Parking detection
API calls for getting and changing parking detection for the tracker.
API actions
read
Parameters
name
description
type
format
Examples
curl -X POST 'https://api.eu.navixy.com/v2/tracker/settings/trip_detection/read' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "tracker_id": 123456}'https://api.eu.navixy.com/v2/tracker/settings/trip_detection/read?hash=a6aa75587e5c59c32d347da438505fc3&tracker_id=123456Response
{
"success": true,
"min_idle_duration_minutes": 5,
"idle_speed_threshold": 3,
"ignition_aware": false,
"motion_sensor_aware": false
}Errors
update
Parameters
name
description
type
format
Examples
Response
Errors
Last updated
Was this helpful?