mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Gisteresis termostat
This commit is contained in:
@@ -53,6 +53,13 @@ void inOutputExecute() {
|
||||
String key = sCmd.order();
|
||||
String value = sCmd.next();
|
||||
|
||||
|
||||
if (!isDigitStr(value)) { //если значение - текст
|
||||
if (value.indexOf(":") == -1) { //если этот текст не время
|
||||
value = getValue(value);
|
||||
}
|
||||
}
|
||||
|
||||
int number = getKeyNum(key, inOutput_KeyList);
|
||||
|
||||
if (myInOutput != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user