You can use alarm attribute to generate event.
Thanks for answer Anton, yes, i am able to see the alarm on the event report, but not on the Event window on the right panel.
Is there any way to do that?
You have to enable web notification for alarms.
your not receving notifications because your not relating what you recibe from your GPS and the event that you want to see for example my GPS send starus = 61 and I want that this status showme a notification off SOS so you have to use this expression as alarm where SOS is the alarm. this is the example ( status == "61" ? "sos" : null) then you have to activate de sos notifications for your GPS.
Hello,
Is there any way to configure the computed attributes to display an event on the right Panel?