mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
new board esp32 3m flash, bugfix modules
This commit is contained in:
@@ -29,7 +29,7 @@ class IoTItem {
|
||||
virtual String getValue();
|
||||
long getInterval();
|
||||
bool isGlobal();
|
||||
|
||||
|
||||
void sendSubWidgetsValues(String& id, String& json);
|
||||
|
||||
void setInterval(long interval);
|
||||
@@ -63,8 +63,9 @@ class IoTItem {
|
||||
|
||||
virtual void setValue(const IoTValue& Value, bool genEvent = true);
|
||||
virtual void setValue(const String& valStr, bool genEvent = true);
|
||||
String getRoundValue();
|
||||
String getRoundValue();
|
||||
void getNetEvent(String& event);
|
||||
virtual String getMqttExterSub();
|
||||
|
||||
// хуки для системных событий (должны начинаться с "on")
|
||||
virtual void onRegEvent(IoTItem* item);
|
||||
|
||||
Reference in New Issue
Block a user