Files
IoTManager/src/сlasses/sendJsonWs.cpp

9 lines
211 B
C++
Raw Normal View History

#include "сlasses/sendJsonWs.h"
SendJsonWs::SendJsonWs() {}
SendJsonWs::~SendJsonWs() {}
void SendJsonWs::send(String& jsonArrayElement, uint8_t& _num) {
standWebSocket.sendTXT(_num, jsonArrayElement);
}