set state change time

yuzz_pol2 years ago

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

Anton Tananaev2 years ago

You would need to do two things:

  1. Set status.ignoreOffline to the protocol you're using.
  2. Set status.timeout to 24 hours (value in seconds).
yuzz_pol2 years ago

Excellent! Thank you very much!!