disable the status event offline and online

x98316 years ago

Hi Anton, i have installed traccar 3.14, but i can’t disable status event deviceOffline and deviceOnline, I have added on default.xml file
<entry key='event.statusHandler'>false</entry> Could you help me?

Anton Tananaev6 years ago

Use status.updateDeviceState key.

DeZ6 years ago

Hello

I use traccar 4.1 and i want to disable event (in table tc_events) deviceOnline / deviceOffline.

I try to use <entry key='status.updateDeviceState'>false</entry> but it's not working

Can you help me ?

Thanks

Anton Tananaev6 years ago

I don't think it's possible to disable those events on the recent versions.

DeZ6 years ago

Ok, thanks
So can you tell me what is the effect of this configuration ?

<entry key='status.updateDeviceState'>false</entry>
Anton Tananaev6 years ago

As far as I can tell, it stops notification for status events.

DeZ6 years ago

Thanks