POST /engine/resources/ble-room-devices/reset
resourceIndexes property is optional meaning, if not provided or empty, the reset action will be performed to all BLE Room devices configured in the controller.
Object Name: reset
Property Name | Type | Description | Method |
---|---|---|---|
resourceIndex | Array<String> | This is a list of BLE Room devices' Indexes | POST |
properties | Array<String> | This is a list of properties to reset | POST |
URL Example: https://0.0.0.0/api/rest/v1/engine/resources/ble-room-devices/reset
{
"properties": [
"roomName",
"bluetoothMode"
],
"resourceIndexes": [
"1",
"3"
]
}