HelloHow can I configure computed attribute for Teltonika trackers? I know the io data it sends. For crash an io247 event is generated so if io247>0 then we have a crash.
Just create an alarm attribute. The standard alarm key you should be using is "accident".
Can you help me with the syntax? Will it be "accident=io247>0 " ?
Probably something like
io247 > 0 ? "accident" : null
Works perfect!! Thanks a lot Anton
Hello
How can I configure computed attribute for Teltonika trackers? I know the io data it sends. For crash an io247 event is generated so if io247>0 then we have a crash.