Use Case: Remote Door Opening via the Internet

In a fleet management application, users can remotely open the doors of vehicles they are authorized to access via the application using REST API. This action is performed by the Invers Unlock Door Over Rest action, which is triggered when the user clicks the “Open Door” button in the application.

Adding the Door Opening 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 “Open Door” in the Label section of the button.
  • Select the relevant button and add the
  • OnClick → Invers → Invers Unlock Door Over Rest action from the + ADD ACTION menu.

Configuring the Invers Unlock Door Over Rest Action

  • Telematics ID: “vehicle-12345” (The unique ID of the vehicle's telematics system to which the door opening operation will be performed; this can be obtained dynamically from the form or the system.)

With this configuration, when the user clicks the “Open Door” button, the vehicle door is securely opened via the internet and the user is granted access.