mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
sonar fixes
This commit is contained in:
@@ -93,7 +93,7 @@ class Thermostat : public EMSdevice {
|
||||
}
|
||||
|
||||
// determines if the heating circuit is actually present and has data
|
||||
bool is_active() {
|
||||
bool is_active() const {
|
||||
return Helpers::hasValue(selTemp);
|
||||
}
|
||||
|
||||
@@ -292,7 +292,7 @@ class Thermostat : public EMSdevice {
|
||||
|
||||
void register_device_values_hc(std::shared_ptr<Thermostat::HeatingCircuit> hc);
|
||||
|
||||
void add_ha_climate(std::shared_ptr<HeatingCircuit> hc);
|
||||
void add_ha_climate(std::shared_ptr<HeatingCircuit> hc) const;
|
||||
|
||||
void process_RCOutdoorTemp(std::shared_ptr<const Telegram> telegram);
|
||||
void process_IBASettings(std::shared_ptr<const Telegram> telegram);
|
||||
|
||||
Reference in New Issue
Block a user