Hi!!! Is there any way to define the time to switch from online to offline. I have a device that reports every 24 hours and I would like it to go offline after that time
You would need to do two things:
- Set
status.ignoreOffline
to the protocol you're using.
- Set
status.timeout
to 24 hours (value in seconds).
Excellent! Thank you very much!!
Hi!!! Is there any way to define the time to switch from online to offline. I have a device that reports every 24 hours and I would like it to go offline after that time