mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
update mqtt enabled for offline testing
This commit is contained in:
@@ -27,6 +27,7 @@ class DummySettings {
|
|||||||
uint8_t mqtt_format = 3; // 1=single, 2=nested, 3=ha, 4=custom
|
uint8_t mqtt_format = 3; // 1=single, 2=nested, 3=ha, 4=custom
|
||||||
uint8_t mqtt_qos = 0;
|
uint8_t mqtt_qos = 0;
|
||||||
bool mqtt_retain = false;
|
bool mqtt_retain = false;
|
||||||
|
bool enabled = true; // MQTT
|
||||||
String hostname = "ems-esp";
|
String hostname = "ems-esp";
|
||||||
String jwtSecret = "ems-esp";
|
String jwtSecret = "ems-esp";
|
||||||
String ssid = "ems-esp";
|
String ssid = "ems-esp";
|
||||||
|
|||||||
Reference in New Issue
Block a user