mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
графики с датой, рабочая версия
This commit is contained in:
@@ -15,7 +15,7 @@ extern void hexdump(const void* mem, uint32_t len, uint8_t cols);
|
||||
|
||||
void sendFileToWs(const char* filename, uint8_t num, size_t frameSize);
|
||||
void publishStatusWs(const String& topic, const String& data);
|
||||
void publishChartWs(String& json);
|
||||
void publishChartWs(int num, String& json);
|
||||
void periodicWsSend();
|
||||
void sendStringToWs(const String& msg, uint8_t num, String name);
|
||||
|
||||
|
||||
@@ -24,7 +24,8 @@ class IoTItem {
|
||||
virtual void regEvent(float value, String consoleInfo);
|
||||
|
||||
String getSubtype();
|
||||
virtual void sendChart(int type);
|
||||
virtual void sendChart();
|
||||
virtual void setPublishType(int type, int num);
|
||||
virtual void cleanData();
|
||||
|
||||
String getID();
|
||||
|
||||
Reference in New Issue
Block a user