mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
michael's updates
This commit is contained in:
@@ -148,7 +148,7 @@ class Settings {
|
||||
uint8_t master_thermostat() const;
|
||||
void master_thermostat(const uint8_t & master_thermostat);
|
||||
|
||||
enum MQTT_format : uint8_t { SINGLE = 1, NESTED, HA };
|
||||
enum MQTT_format : uint8_t { SINGLE = 1, NESTED, HA, CUSTOM };
|
||||
uint8_t mqtt_format() const;
|
||||
void mqtt_format(const uint8_t & mqtt_format);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user