mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Делаем округление для всех кнопок равной 0
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
|
||||
class VButton : public IoTItem {
|
||||
public:
|
||||
VButton(String parameters): IoTItem(parameters) { }
|
||||
VButton(String parameters): IoTItem(parameters) {
|
||||
_round = 0;
|
||||
}
|
||||
|
||||
void setValue(const IoTValue& Value, bool genEvent = true) {
|
||||
value = Value;
|
||||
|
||||
Reference in New Issue
Block a user