26#include <AsyncMqttClient.h>
66#ifdef SUPPORT_SENSOR_DS18B20
67 String TemperatureSensorTopic;
74 const char*
ON =
"ON";
75 const char*
OFF =
"OFF";
86 void PlayFseq (JsonObject & JsonConfig);
108 void onMqttMessage (
char*
topic,
char* payload, AsyncMqttClientMessageProperties properties, uint32_t len, uint32_t index, uint32_t total);