mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 23:22:19 +03:00
9 lines
211 B
C++
9 lines
211 B
C++
|
|
#include "сlasses/sendJsonWs.h"
|
|||
|
|
|
|||
|
|
SendJsonWs::SendJsonWs() {}
|
|||
|
|
SendJsonWs::~SendJsonWs() {}
|
|||
|
|
|
|||
|
|
void SendJsonWs::send(String& jsonArrayElement, uint8_t& _num) {
|
|||
|
|
standWebSocket.sendTXT(_num, jsonArrayElement);
|
|||
|
|
}
|