add: forward schedule updates to relays
This commit is contained in:
parent
574a384d2f
commit
606f2483a5
5 changed files with 75 additions and 18 deletions
include/models
|
@ -4,6 +4,9 @@
|
|||
int
|
||||
junction_relay_schedule_get_schedule_id(uint8_t weekday, int relay_id);
|
||||
|
||||
int*
|
||||
junction_relay_schedule_get_relays_ids(int schedule_id);
|
||||
|
||||
int
|
||||
junction_relay_schedule_insert(uint8_t weekday, int relay_id, int schedule_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue