In cases where you do not have your key with you or in fleet management systems, you may need to securely lock the doors by accessing the vehicle via the internet. This action enables the door locking process to be carried out quickly and reliably via REST services.
Project Addition and Usage Steps
- Enter the UI Design module.
- Create a button or control element that will trigger the locking process.
- Select this element and open the + ADD ACTION menu.
- Add the Onclick → Invers → Invers Lock Door Over Rest option.
- Set the Telematics ID of the relevant vehicle as a parameter.
Usage Flow
- The user clicks the lock button in the application.
- The action is triggered and the vehicle doors are locked via a REST API call.
- The result of the locking process is reported to the user.