You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i do not see the messages being published to the topic
broadcastStatus("LWT", "online");
broadcastStatus("SSID", thingName.c_str());
broadcastStatus("IPAddress", WiFi.localIP().toString());
broadcastStatus("status", "idle");
i have need to configure some sensors which will be required for the mqtt player , but then i realize that the messages were not published .
The text was updated successfully, but these errors were encountered:
i do not see the messages being published to the topic
broadcastStatus("LWT", "online");
broadcastStatus("SSID", thingName.c_str());
broadcastStatus("IPAddress", WiFi.localIP().toString());
broadcastStatus("status", "idle");
i have need to configure some sensors which will be required for the mqtt player , but then i realize that the messages were not published .
The text was updated successfully, but these errors were encountered: