-
I have a network with some sensors and a couple of relay controllers and everything works ok most of the time. Trying to get a better understanding how things work under the hood and I have a few questions that someone maybe have the answers to: What is the use of What is the purpuse and how to use mqtt command There is a Best Regards Håkan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Håkan, Pinging works as follows... It may possibly change soon, because the functionality is being worked on in the timekeeping pull request that's in development: int p = 0;
p = pingFDRS(300);
DBG(p); First we initialize
OTA should work on gateways that use WiFi or ethernet. I have an idea in mind that could maybe allow any FDRS device to be put into WiFi mode for OTA, but that's another thing on the to-do list! |
Beta Was this translation helpful? Give feedback.
Thank's !