add: only allow pulse when on schedule
This commit is contained in:
parent
db7eb6305c
commit
14f93e44ce
4 changed files with 16 additions and 16 deletions
include/models
|
@ -13,7 +13,6 @@ typedef struct
|
|||
int id;
|
||||
uint8_t number;
|
||||
int is_on;
|
||||
int is_on_schedule;
|
||||
int pulse_timer;
|
||||
int sent_to_broker;
|
||||
char name[MAX_NAME_LENGTH + 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue