mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
7 lines
196 B
C
7 lines
196 B
C
#pragma once
|
|
#include "Global.h"
|
|
#include "MqttClient.h"
|
|
|
|
void eventGen2(String eventName, String eventValue);
|
|
extern void spaceCmdExecute(String &cmdStr);
|
|
extern String getValueJson(String &key); |