Elevator Control Service

Last Updated on : 2023-06-20 14:53:59download

Provide senseless access, face recognition, QR code, mobile phone Bluetooth, and other ways to open a door and take an elevator. Intercom access control linkage automatic call, indoor visual reservation call, visitor authorized call, and other services can manage all elevator control devices within the permission, and provide APIs to facilitate the access of third-party platforms.

Elevator control card management

API Name URL
Unfreeze Elevator Control Card PUT:/v1.0/elevator-control/{device_id}/persons/{person_id}/card/{card_no}/unfreeze
Freeze Elevator Control Card PUT:/v1.0/elevator-control/{device_id}/persons/{person_id}/card/{card_no}/freeze
Add Elevator Control Card POST:/v1.0/elevator-control/{device_id}/persons/{person_id}/card/{card_no}
Delete Elevator Control Card DELETE:/v1.0/elevator-control/{device_id}/persons/{person_id}/card/{card_no}

Elevator control face management

API Name URL
Delete Face DELETE:/v1.0/elevator-control/{device_id}/persons/{person_id}/faces/{face_id}
Add Face POST:/v1.0/elevator-control/{device_id}/persons/{person_id}/faces/{face_id}
Update Face PUT:/v1.0/elevator-control/{device_id}/persons/{person_id}/faces/{face_id}

Call elevator command

API Name URL
Send Elevator Call Command POST:/v1.0/elevator-control/{device_id}/persons/{person_id}/actions/call

Elevator control QR code management

API Name URL
Delete QR Code DELETE:/v1.0/elevator-control/{device_id}/persons/{person_id}/qrcodes/{qr_code}
Update QR Code PUT:/v1.0/elevator-control/{device_id}/persons/{person_id}/qrcodes/{qr_code}
Add QR Code POST:/v1.0/elevator-control/{device_id}/persons/{person_id}/qrcodes/{qr_code}

Elevator control user management

API Name URL
Delete Person DELETE:/v1.0/elevator-control/{device_id}/persons/{person_id}
Update Person PUT:/v1.0/elevator-control/{device_id}/persons/{person_id}
Add Person POST:/v1.0/elevator-control/{device_id}/persons/{person_id}