mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 16:49:11 +03:00
fix standalone
This commit is contained in:
@@ -36,6 +36,8 @@ class DummySettings {
|
|||||||
uint8_t nested_format = 1; // 1=nested 2=single
|
uint8_t nested_format = 1; // 1=nested 2=single
|
||||||
String discovery_prefix = "homeassistant";
|
String discovery_prefix = "homeassistant";
|
||||||
uint8_t discovery_type = 0; // HA
|
uint8_t discovery_type = 0; // HA
|
||||||
|
uint8_t ha_number_mode = 0; // box
|
||||||
|
|
||||||
bool ha_enabled = true;
|
bool ha_enabled = true;
|
||||||
String base = "ems-esp";
|
String base = "ems-esp";
|
||||||
bool publish_single = false;
|
bool publish_single = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user