add: forward schedule updates to relays

This commit is contained in:
Tobias Reisinger 2020-05-11 14:50:25 +02:00
parent 574a384d2f
commit 606f2483a5
5 changed files with 75 additions and 18 deletions

View file

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