Set Device Inactivity Start and Device Inactivity Period Globally or by Group

Joystick2 years ago

Hi,

Is it possible to set Device Inactivity Start and Device Inactivity Period Globally in config file or by Group in web app?
Thanks

Anton Tananaev2 years ago

I think so.

Joystick2 years ago

Thanks for the reply Anton,

I have tried two examples below in config but could not get it to work.

<entry key='device.inactivity.start'>time in milliseconds</entry>
<entry key='device.inactivity.period'>time in milliseconds</entry>

and

<entry key='device.inactivityStart'>time in milliseconds</entry>
<entry key='device.inactivityPeriod'>time in milliseconds</entry>

Device Inactivity Start and Device Inactivity Period is only available in device attributes and not in group attributes.
Are you able to point me in the right direction.
Thanks

Anton Tananaev2 years ago

I have double checked the code and it looks like currently it's only supported per device.

Luke Meesena year ago

Anton ,Has this been updated to support global implementation or even protocol based?

Anton Tananaeva year ago

I don't think so.

Kevina month ago

Hello,
Is it available for global or group use now?

Anton Tananaeva month ago

Don't remember. I recommend checking in the code.

Kevina month ago

Its available only per device, not group use.
This will be good thing to keep in mind for implementation.