add: only allow pulse when on schedule

This commit is contained in:
Tobias Reisinger 2020-08-27 10:46:52 +02:00
parent db7eb6305c
commit 14f93e44ce
4 changed files with 16 additions and 16 deletions
include/models

View file

@ -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];