Usage Scenario: Remote Engine Lock Management

In situations where long-term vehicle use is not required or to prevent unauthorized use, the vehicle's immobilizer system is securely controlled via the REST API. This prevents the engine from starting or allows it to start.

Project Addition and Usage Steps

  1. In the UI Design module, create a button or control element that will trigger the engine lock.
  2. Select the relevant element and add the Onclick → Invers → Invers Lock Immobilizer Over Rest action from the + ADD ACTION menu.
  3. Link the Telemetics ID parameter to the appropriate data source.

Usage Flow

  • The user clicks the engine lock button in the application.
  • The action sends a command to the vehicle via the REST API.
  • The engine lock is activated or deactivated.
  • The status of the operation is reported to the user.