mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
более стандартные имена методов
This commit is contained in:
@@ -128,13 +128,13 @@ String IoTItem::getSubtype() {
|
||||
return _subtype;
|
||||
}
|
||||
|
||||
void IoTItem::sendChart() {}
|
||||
void IoTItem::publishValue() {}
|
||||
|
||||
void IoTItem::cleanChart() {}
|
||||
void IoTItem::clearValue() {}
|
||||
|
||||
void IoTItem::setPublishType(int publishType, int wsNum){};
|
||||
void IoTItem::setPublishDestination(int publishType, int wsNum){};
|
||||
|
||||
void IoTItem::cleanData() {}
|
||||
void IoTItem::clearHistory() {}
|
||||
|
||||
void IoTItem::setTodayDate() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user