diff --git a/lib_standalone/ESP8266React.h b/lib_standalone/ESP8266React.h index b38819c03..0ee3471c9 100644 --- a/lib_standalone/ESP8266React.h +++ b/lib_standalone/ESP8266React.h @@ -27,6 +27,7 @@ class DummySettings { uint8_t mqtt_format = 3; // 1=single, 2=nested, 3=ha, 4=custom uint8_t mqtt_qos = 0; bool mqtt_retain = false; + bool enabled = true; // MQTT String hostname = "ems-esp"; String jwtSecret = "ems-esp"; String ssid = "ems-esp";