HTTP device reestablishing of connection.
Hello,
could you describe behaviour of http driver in case of "sleeping" device (when device sleeps most of the time)?
What are conditions when "connected" status is changing from false to true? Does it ping device on certain IP-address after "connected" turns to false?
If so, what is the period of ping?
Thanks.
Hello,
what do you mean by "sleeping" device? The http driver's status is based on the last response.
If we send a command and receive a successful response, the http driver is connected. When we receive a bad response, the driver will disconnect.
Best regards