7 lines
186 B
C
7 lines
186 B
C
#ifndef CORE_JUNCTION_MACRO_H
|
|
#define CORE_JUNCTION_MACRO_H
|
|
|
|
int
|
|
junction_macro_insert(int macro_id, int relay_id, int schedule_id, uint8_t weekday);
|
|
|
|
#endif /* CORE_JUNCTION_MACRO_H */
|