mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
add:json数据解析处理(未测试)
fix:优化代码注释
This commit is contained in:
@@ -37,13 +37,13 @@ typedef struct
|
||||
uint8_t repeat; //bit7:һ<><D2BB> bit6-0:<3A><><EFBFBD><EFBFBD>-<2D><>һ
|
||||
char action; //<2F><><EFBFBD><EFBFBD>
|
||||
char on; //<2F><><EFBFBD><EFBFBD>
|
||||
|
||||
} user_plug_task_config_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char name[PLUG_NAME_LENGTH];
|
||||
char idx;
|
||||
char on; //<2F><>¼<EFBFBD><C2BC>ǰ<EFBFBD><C7B0><EFBFBD><EFBFBD>
|
||||
user_plug_task_config_t task[PLUG_TIME_TASK_NUM];
|
||||
|
||||
} user_plug_config_t;
|
||||
|
||||
Reference in New Issue
Block a user