mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 07:32:18 +03:00
добавление логирования
This commit is contained in:
@@ -31,6 +31,9 @@ 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 sendLogData(String file, String topic);
|
||||
|
||||
const String getStateStr(int e);
|
||||
|
||||
void mqttUptimeCalc();
|
||||
|
||||
Reference in New Issue
Block a user