mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
логирование в процессе
This commit is contained in:
@@ -71,7 +71,7 @@ void IoTItem::setValue(String valStr) {
|
||||
setValue(value);
|
||||
}
|
||||
|
||||
//непонятный метод к удалению
|
||||
//установить
|
||||
void IoTItem::setValue(IoTValue Value) {
|
||||
value = Value;
|
||||
if (value.isDecimal) {
|
||||
|
||||
Reference in New Issue
Block a user