Skip to main content

CLOSE_DOOR BLE Endpoint

Overview

The CLOSE_DOOR endpoint is used to command the COP to close the lift door.

BLE Request from Robot to COP

{
"code": "CLOSE_DOOR"
}

BLE Response from COP to Robot

{
"code": "INFO",
"value": "OK: Closed door"
}