In a fleet management application, when the user wants to make the vehicle ready for use remotely, they click the “Disable Immobilizer” button on the mobile or web application. This process is performed via RESTful API using the unique ID number connected to the vehicle's telematics system. The Invers Unlock Immobilizer Over Rest action triggered by clicking the button removes the immobilizer lock via an internet connection, making the vehicle available for use. This allows the user to securely control the immobilizer from different devices and locations without a physical key or Bluetooth connection.
Add Immobilizer Disabling Action
- Enter the UI Design module and drag and drop a Button element from the Elements panel on the left side.
- In the Properties panel, enter “Disable Immobilizer” in the Label section of the button.
- Select the button and add the OnClick → Invers → Invers Unlock Immobilizer Over Rest action from the + ADD ACTION menu.
Configuring the Invers Unlock Immobilizer Over Rest Action
- Telematics ID: Specify the unique ID number connected to the vehicle's telematics system dynamically or statically.
- This value can typically be obtained from form components, user input, or as a fixed value.
- When the user clicks the button, the application sends a command to the vehicle via the REST API with the telematics ID information.
- The vehicle's immobilizer system is disabled securely and quickly.
- Since this process requires an internet connection, the user can perform the operation from different devices and locations.