mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
оформление функционала в класс логирования
This commit is contained in:
@@ -31,8 +31,6 @@ void publishState();
|
||||
void mqttCallback(char* topic, uint8_t* payload, size_t length);
|
||||
void handleMqttStatus(bool send);
|
||||
void handleMqttStatus(bool send, int state);
|
||||
void sendAllFilesToMQTT();
|
||||
void createOneSingleJson(String& json_array, String file);
|
||||
|
||||
const String getStateStr(int e);
|
||||
|
||||
|
||||
@@ -24,6 +24,8 @@ class IoTItem {
|
||||
void regEvent(float value, String consoleInfo);
|
||||
|
||||
String getSubtype();
|
||||
void sendChart();
|
||||
|
||||
String getID();
|
||||
virtual String getValue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user