mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
add option for MQTT retain flag - #507
This commit is contained in:
@@ -26,6 +26,7 @@ class DummySettings {
|
||||
uint16_t publish_time = 10; // seconds
|
||||
uint8_t mqtt_format = 3; // 1=single, 2=nested, 3=ha, 4=custom
|
||||
uint8_t mqtt_qos = 0;
|
||||
bool mqtt_retain = false;
|
||||
String hostname = "ems-esp";
|
||||
String jwtSecret = "ems-esp";
|
||||
String ssid = "ems-esp";
|
||||
|
||||
Reference in New Issue
Block a user