mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
сокеты
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
#include "сlasses/sendJsonWs.h"
|
||||
|
||||
class SendJson;
|
||||
|
||||
class SendJson : SendJsonWs {
|
||||
class SendJson {
|
||||
public:
|
||||
SendJson();
|
||||
~SendJson();
|
||||
@@ -13,6 +12,10 @@ class SendJson : SendJsonWs {
|
||||
|
||||
void loop();
|
||||
|
||||
void sendWs(String& jsonArrayElement);
|
||||
|
||||
void sendMqtt(String& jsonArrayElement);
|
||||
|
||||
uint8_t _num;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user