mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 13:38:14 +08:00
重复任务上传星期参数
This commit is contained in:
@@ -8,6 +8,7 @@ struct TimedTask
|
||||
time_t prs_time; //被执行的格林尼治时间戳
|
||||
int socket_idx; //要控制的插孔
|
||||
int on; //开或者关
|
||||
int weekday; //星期重复 0代表不重复
|
||||
pTimedTask next; //下一个任务(按之间排序)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user