Display Event with computed Attributes

arrafa205 years ago

Hello,

Is there any way to configure the computed attributes to display an event on the right Panel?

Anton Tananaev5 years ago

You can use alarm attribute to generate event.

arrafa205 years ago

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?

Anton Tananaev5 years ago

You have to enable web notification for alarms.

cristian4 years ago

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.