Computed Attribute for Idling.

Saqib4 years ago

So i want to determine the idle status of the vehicle. This happens when the vehicle ignition is on but its not moving.

Right now, i am using the following expression:

Alarm
ignition == true && speed < 1 ? true : false
String

But i want to get the idle alarm event only when five minutes exceed.. any hint what the way to incorporate timer in the expression?

Saqib4 years ago

Hi Anton, does the computed attributes supports time period ?

Aakansha2 years ago

Hi Anton,
I need to know about the Idle Alarm notification.
How do I set up a time for the Alarm to trigger if the vehicle is idle for a period of time?(idle can be configured and what's the default time for idle )

Anton Tananaev2 years ago

You can't configure it on the server. It has to come from your device.

Aakansha2 years ago

Ok Got it .
Thanks