![]() |
queries the end device - Printable Version +- Virtuino Forum (https://virtuino.com/forum) +-- Forum: Virtuino (https://virtuino.com/forum/forumdisplay.php?fid=1) +--- Forum: Virtuino 6 (https://virtuino.com/forum/forumdisplay.php?fid=3) +--- Thread: queries the end device (/showthread.php?tid=1437) |
queries the end device - torn - 09-27-2023 How do I make it so that when Virtuino starts, it queries the end device for its status via MQTT protocol, without the Retain function? RE: queries the end device - iliaslamprou - 09-29-2023 Hi, you have to publish a message after the connection. You can use the "Connection Status pin" for this or a Timer. From the device publish the status when the message is received. |