Use Case: Opening a Car Door Remotely via Bluetooth

In a car sharing app, authorized users can open the car door remotely via Bluetooth using the mobile app. When the user clicks the “Open Door” button in the app, the Invers Unlock Door Over Bluetooth action is triggered and the car door is opened securely.

Adding the Vehicle Door Unlock 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 label such as “Unlock Door” in the Label field.
  • Select the relevant button and add the Invers Unlock Door Over Bluetooth action from the + ADD ACTION menu under OnClick → Invers.

Configuring the Invers Unlock Door Over Bluetooth Action

The Bluetooth device and user permission can be determined using dynamic parameters or fixed values in your application. For example:

  • BluetoothDevice: “car-bluetooth-001”
  • UserID: “user123” (Authorized user)

With this configuration, when the user clicks the button, the car door is securely unlocked via Bluetooth. When the action is executed, the car door is unlocked and the user is granted access.