fix: all the bugs with the new database and commanding

This commit is contained in:
Tobias Reisinger 2020-08-24 23:45:00 +02:00
parent dd9e533f22
commit 0eef646fe0
5 changed files with 45 additions and 17 deletions
include/models

View file

@ -29,6 +29,9 @@ relay_save();
void
relay_reload_active_schedule(relay_t *relay);
void
relay_reload_schedules(relay_t *relay);
cJSON*
relay_to_json(relay_t *relay);