Use Case: Remotely Disabling the Vehicle's Immobilizer System via Bluetooth

In a fleet management application, the user can disable the vehicle's immobilizer system via Bluetooth through the mobile application while preparing to use the vehicle. This process is performed by the Invers Unlock Immobilizer Over Bluetooth action, which is triggered when the user clicks the “Disable Immobilizer” button in the application. This allows the user to quickly and safely prepare the vehicle for use without the need for a physical key.

Adding the Immobilizer Disable 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 a phrase such as “Disable Immobilizer” in the Label section of the button.
  • Select the relevant button and add the OnClick → Invers → Invers Unlock Immobilizer Over Bluetooth action from the + ADD ACTION menu.

Configuring the Invers Unlock Immobilizer Over Bluetooth Action

  • Action parameters are usually determined dynamically based on the Bluetooth device connection.
  • If parameters are required, you can configure them in the Properties panel.
  • For example, the Bluetooth ID of the vehicle to be connected or other authentication information can be specified here.
  • When the user clicks the “Disable Immobilizer” button in the mobile app, the app connects to the vehicle via Bluetooth.
  • The immobilizer system is safely disabled and the vehicle is ready for use.
  • The process takes place directly between devices via Bluetooth without an internet connection.