add: basic macro functions
add: better migration handling (transactions)
This commit is contained in:
parent
7275d66c86
commit
f67b7e9e0f
7 changed files with 122 additions and 36 deletions
include/models
7
include/models/junction_macro.h
Normal file
7
include/models/junction_macro.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#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 */
|
Loading…
Add table
Add a link
Reference in a new issue