mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
Открываем возмодность изменять Interval для основного цикла элемента настройки
This commit is contained in:
@@ -41,6 +41,10 @@ String IoTItem::getID() {
|
||||
return _id;
|
||||
};
|
||||
|
||||
void IoTItem::setInterval(unsigned long interval) {
|
||||
_interval = interval;
|
||||
}
|
||||
|
||||
String IoTItem::getValue() {
|
||||
if (value.isDecimal)
|
||||
if (_round >= 0 && _round <= 6) {
|
||||
|
||||
Reference in New Issue
Block a user