mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
RC300/3000 rename
This commit is contained in:
@@ -590,7 +590,7 @@ void showInfo() {
|
||||
} else {
|
||||
thermoMode = 2; // auto
|
||||
}
|
||||
} else if (ems_getThermostatModel() == EMS_MODEL_1010) {
|
||||
} else if (ems_getThermostatModel() == EMS_MODEL_RC300) {
|
||||
if (EMS_Thermostat.mode == 0) {
|
||||
thermoMode = 1; // manual
|
||||
} else if (EMS_Thermostat.mode == 1) {
|
||||
@@ -829,7 +829,7 @@ void publishValues(bool force) {
|
||||
} else {
|
||||
thermoMode = 2; // auto
|
||||
}
|
||||
} else if (ems_getThermostatModel() == EMS_MODEL_1010) {
|
||||
} else if (ems_getThermostatModel() == EMS_MODEL_RC300) {
|
||||
if (EMS_Thermostat.mode == 0) {
|
||||
thermoMode = 1; // manual
|
||||
} else if (EMS_Thermostat.mode == 1) {
|
||||
|
||||
Reference in New Issue
Block a user