mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Debug changed
This commit is contained in:
@@ -81,7 +81,7 @@ class Scenario {
|
||||
flag = _eventValue.toInt() <= _conditionValue.toInt();
|
||||
}
|
||||
|
||||
if (flag) Serial.println("[I] Scenario event: " + _condition);
|
||||
if (flag) Serial.println("I Scenario event: " + _condition);
|
||||
|
||||
return flag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user