Fixed device mapping is essential for tracking the vehicle using the fixed GPS data and also to use the fixed SOS device during an emergency.
Below are the steps to map the fixed device with the vehicle in ETS.
Steps : Goto => Settings => Manage Fixed Device => Bulk Upload => Download the file => Fill all the fields and upload the file.
Note : As soon as you upload the file vehicle Id will show up in the list and if the data is sent from the vendor to the MoveInSync through the API then we will start showing the last contact time of the device.
The Data which has to be sent should be in the below format.
[{
"deviceImei":"99999999",
"deviceId":"0", [optional]
"timestamp":1473261444629,
"latitude":"0.0",
"longitude":"0.0",
"speed":45,
"bearing":"0.98",[optional]
"locationAccuracy":"909",[optional]
"deviceType":"AUTOCOP",
"alertMap":{"PANIC":false, "EXTERNAL_POWER_SOURCE_DISCONNECTED_ALERT":false} [optional]
}]
Note :
Alert Map field can be set to null or empty ‘{}’ if no alert raised or can be sent with multiple alert data in case of multiple alerts as mentioned in e.g.
RFID value has to be set in extras Map with the fixed key RFID_TAG.
Key should be one from following :
PANIC,EXTERNAL_POWER_SOURCE_DISCONNECTED_ALERT
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article