add: mongoose for connections and mqtt
This commit is contained in:
parent
f5f9be803c
commit
1d1ae61310
14 changed files with 22620 additions and 233 deletions
include/models
|
@ -107,4 +107,6 @@ controller_free(controller_t *controller);
|
|||
void
|
||||
controller_debug(controller_t *controller);
|
||||
|
||||
extern controller_t *global_controller;
|
||||
|
||||
#endif //CONTROLLER_CONTROLLER_H
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
typedef struct
|
||||
{
|
||||
uint8_t number;
|
||||
int is_on;
|
||||
char name[MAX_NAME_LENGTH + 1];
|
||||
schedule_t *schedules[7];
|
||||
} relay_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue