From 96df3acabd998158cad9f22c69ca9fe8a8bb6be9 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 3 Oct 2020 16:30:04 +0200 Subject: [PATCH] update mqtt enabled for offline testing --- lib_standalone/ESP8266React.h | 1 + 1 file changed, 1 insertion(+) 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";