mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 07:32:18 +03:00
добавил сценарии и класс сенсора
This commit is contained in:
7
include/Buffers.h
Normal file
7
include/Buffers.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
#include "MqttClient.h"
|
||||
|
||||
void eventGen2(String eventName, String eventValue);
|
||||
extern void spaceCmdExecute(String &cmdStr);
|
||||
extern String getValueJson(String &key);
|
||||
Reference in New Issue
Block a user