mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
Исправляем работу всех видов кнопок
This commit is contained in:
@@ -8,7 +8,7 @@ class VButton : public IoTItem {
|
||||
|
||||
void setValue(IoTValue Value) {
|
||||
value = Value;
|
||||
regEvent((String)(int)value.valD, "");
|
||||
regEvent((String)(int)value.valD, "VButton");
|
||||
}
|
||||
|
||||
void doByInterval() { }
|
||||
|
||||
Reference in New Issue
Block a user