Use warning level for scheduler command fails

This commit is contained in:
MichaelDvP
2024-04-26 10:12:03 +02:00
parent 3627dff3a1
commit 13db893e4a
2 changed files with 2 additions and 1 deletions

View File

@@ -1880,6 +1880,7 @@ bool Thermostat::set_remotetemp(const char * value, const int8_t id) {
} else {
hc->remotetemp = EMS_VALUE_INT16_NOTSET;
Roomctrl::set_remotetemp(0, hc->hc(), EMS_VALUE_INT16_NOTSET); // unknown remote set, switch off
return false;
}
}