mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
страница конфигураций в процессе
This commit is contained in:
@@ -17,11 +17,11 @@ void sendFileToWs(String filename, int num, size_t frameSize);
|
||||
void publishStatusWs(const String& topic, const String& data);
|
||||
void publishChartWs(int num, String& path);
|
||||
void periodicWsSend();
|
||||
void sendStringToWs(const String& msg, uint8_t num, String name);
|
||||
|
||||
void publishChartToWs(String filename, int num, size_t frameSize, int maxCount, String id);
|
||||
|
||||
|
||||
void sendBlobToWsStrHeader(const String& filename, const String& header, uint8_t client_id, size_t frameSize);
|
||||
void sendFileToWsByFrames(const String& filename, const String& header, const String& json, uint8_t client_id, size_t frameSize);
|
||||
void sendStringToWs(const String& header, String& payload, uint8_t client_id);
|
||||
|
||||
// void sendMark(const char* filename, const char* mark, uint8_t num);
|
||||
// void sendFileToWs3(const String& filename, uint8_t num);
|
||||
|
||||
Reference in New Issue
Block a user