MQTT JSON classic/multi topic/flat

This commit is contained in:
Gunnar Skjold
2024-03-23 11:20:39 +01:00
parent 5022f42692
commit 71abe188ca
15 changed files with 162 additions and 323 deletions

View File

@@ -229,12 +229,6 @@ struct UiConfig {
char language[3];
}; // 15
struct TempSensorConfig {
uint8_t address[8];
char name[16];
bool common;
};
struct UpgradeInformation {
char fromVersion[8];
char toVersion[8];