mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fix for non-nested thermostat #738
This commit is contained in:
@@ -160,6 +160,10 @@ class Mqtt {
|
||||
return nested_format_;
|
||||
}
|
||||
|
||||
static void nested_format(bool nested_format) {
|
||||
nested_format_ = nested_format;
|
||||
}
|
||||
|
||||
static bool ha_enabled() {
|
||||
return ha_enabled_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user