Terminal Commands
Terminal Commands related endpoints
📄️ Get DID, immobilisation and buzzer configuration for a list of vehicles (config 1)
This function returns the current configuration (with 1 = ON, 0 = OFF) for the following:<br/> <ul> <li>Driver identification toggle</li> <li>Immobilisation toggle</li> <li>Buzzer toggle</li> </ul> <p> You can use this endpoint by passing the list of identifiers (comma separated) inside the query parameter <code>terminal_identifiers</code> with either: </p> <ul> <li>the vehicles' identification numbers (VIN)</li> <li>the Cartrack terminals' serials</li> <li>the vehicles' registrations</li> </ul> <p><em>Important: All identifiers in the list must be of the same type.</em></p>
📄️ Update the config 1 for a list of vehicles
Please use this function to toggle on/off:<br/> <ul> <li>the driver identification</li> <li>the vehicle immobilisation</li> <li>the buzzer</li> </ul>
📄️ Get overspeed configuration for a list of vehicles (config9)
This function returns the current configuration (with 1 = ON, 0 = OFF) for the following:<br/> <ul> <li>Overspeed buzzer thresholds in km/h</li> <li>Buzzer toggle</li> </ul>
📄️ Update the config 9 for a list of vehicles
Please use this function to toggle on/off:<br/> <ul> <li>the overspeed buzzer threshold</li> <li>the overspeed buzzer toggle</li> </ul>