11 lines
290 B
C
11 lines
290 B
C
|
#ifndef CORE_MODELS_JUNCTION_RELAY_SCHEDULE_H
|
||
|
#define CORE_MODELS_JUNCTION_RELAY_SCHEDULE_H
|
||
|
|
||
|
int
|
||
|
junction_relay_schedule_insert(uint8_t weekday, int relay_id, int schedule_id);
|
||
|
|
||
|
int
|
||
|
junction_relay_schedule_remove_for_relay(int relay_id);
|
||
|
|
||
|
#endif /* CORE_MODELS_JUNCTION_RELAY_SCHEDULE_H */
|