mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-26 12:13:10 +00:00
MQTT on interval
This commit is contained in:
@@ -92,7 +92,10 @@ struct MqttConfig {
|
||||
char password[256];
|
||||
uint8_t payloadFormat;
|
||||
bool ssl;
|
||||
}; // 676
|
||||
uint8_t magic;
|
||||
bool stateUpdate;
|
||||
uint16_t stateUpdateInterval;
|
||||
}; // 680
|
||||
|
||||
struct WebConfig {
|
||||
uint8_t security;
|
||||
|
||||
Reference in New Issue
Block a user