If your device send battery voltage you can use attribute to determine if engine is on or off.
Eg
Description Engine On
Attribute battery
Expression battery>13.4? true:false
Type boolean
I have a device id and only need to check the engine on/off status using device id is there any option for that. So that i can save the status every time in a table and fetch it from there.
Can anyone help me on this topic ?
I need to save Engine status stop/resume in the table so that I can fetch and it can show via Api Response too !!!
I need to find that engine is on or off.
How can i do that please guide me asap.