Where have you found those alarm ids?
I have no idea about alarm ids where can i see all alarm ids.So please help me to write it correct way.
You should use the predefined ids you can find in the code. You can't just put random string as an alarm and expect it to work.
ok thanks for a quick reply.
Big respect..!!
Please tell me on which file in code I would find alarm ids?
Position.java
Hi,
I have added alarm keys in postion.java so now I am adding this expression.
door ? 'acOn':'acOff'
while testing I am getting alarm but when I save it after saved It looks like this.Also now when i am testing it is givng error.
door ? "acOn":"acOff"
What version of Traccar are you using?
5.4
I would recommend upgrading first. Also, if you have some changes in config, make sure to tell us.
Hi,
I want to generate AC Alarm from computed attribute that comes as ac.I have written following code but not working.
Alarm is not generating.Please help if anybody has done it before.Thanks in advance.