Computed Attribute for Idling.

Saqib 6 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?

Saqib 6 years ago

Hi Anton, does the computed attributes supports time period ?

Aakansha 4 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 Tananaev 4 years ago

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

Aakansha 4 years ago

Ok Got it .
Thanks

Nabil MAKHLAF a year ago

Dear Anton, I have also the same scenario to implement, is there a way how I can do it?

Nabil MAKHLAF a year ago

Hi Anton, any update for this scenario?