added boiler ww comfort., via telnet & MQTT

This commit is contained in:
proddy
2019-03-17 17:36:48 +01:00
parent 4a559866c7
commit e8e1cb8921
6 changed files with 167 additions and 121 deletions

View File

@@ -112,7 +112,7 @@ void custom_crash_callback(struct rst_info *, uint32_t, uint32_t);
typedef struct {
bool set; // is it a set command
char key[40];
char key[50];
char description[100];
} command_t;