Option to auto reboot if MQTT connection is lost

This commit is contained in:
Gunnar Skjold
2025-11-06 17:33:16 +01:00
parent 473932f1bc
commit 1ed701fc57
14 changed files with 82 additions and 39 deletions

View File

@@ -97,7 +97,8 @@ struct MqttConfig {
uint16_t stateUpdateInterval;
uint16_t timeout;
uint8_t keepalive;
}; // 685
uint8_t rebootMinutes;
}; // 684
struct WebConfig {
uint8_t security;