GET /engine/resources/ble-room-devices?encode=csv
Export BLE-Room Devices Data to Csv file.
Values supported for $select parameter: modeltype, subnetid, beaconvalues, bluetoothmode, pincode.
roomName is always returned.
The $select system query option allows clients to request a limited set of properties for each entity.
The value pass in the parameter can be:
If there is no value after the select query option, the parameter will be ignored. All the values that are not specified will not be printed in the response.
This is a list of device identifiers. If not specified returns all devices
Determines if we want connected devices or not. If not specified, returns connected and non-connected devices.
Determines the type of the devise to return.
Possible values: multisensor and unitouch.
If not specified returns both type of devices.
Object Name: BleRoomDevice
Property Name | Type | Description | Method |
---|---|---|---|
resourceIndex | empty | This is the unique identifier of the BLE Room Device | GET POST |
bluetoothMode | empty | This is the Bluetooth mode required for the device. Possible values are: - 0 for Disabled: Bluetooth connection is disabled and does not allow any wireless connections to the device. - 1 for Open: Bluetooth connection is open and is not authenticated with a PIN code. We recommend this option for rooms or areas that are accessible to anyone. - 2 for Commissioning: Bluetooth connection is used for commissioning the device. This option is the factory default mode (default PIN code 999995) and has short range for commissioning purposes only. - 3 for Private: Bluetooth connection is authenticated with a six (6) digit PIN code. When this mode is selected, you will be prompted to change the PIN code as the default PIN code is not allowed while using Private mode. We recommend this option for private rooms and areas. |
GET POST |
modelType | Integer | This is the model type of the BLE Room Device Possible values are: - 0 for Unitouch - 2 for Unitouch-H - 3 for Unitouch-CH - 4 for EC-Multi-Sensor-BLE |
GET |
name | empty | This is the name | GET |
roomName | empty | Description of the room or location of where the device is located. This name will appear on the UNITOUCH screen as well as in the my PERSONIFY mobile application device list. | GET POST |
pinCode | empty | This is the Bluetooth PIN Code. If Private Bluetooth mode is enabled, the PIN code is required to wirelessly connect to the device using a smartphone or tablet. A minimum of six (6) digit PIN code which must be different that the default PIN code (999995) |
GET POST |
subnetId | empty | This is the current subnet ID assigned to the device. | GET |
uuid | empty | This is the universally unique identifier (UUID) to uniquely identify your your beacons’ network. A UUID is composed of 32 hexadecimal digits split into 5 groups separated by hyphens. Example : 74be2bd-47e1-5995-889b-4f0316eed60a |
GET POST |
sunBlindGroups | empty | This a list of Sunblind Group | GET POST |
lightGroups | empty | This is a list of Light Group | GET POST |
spaceOwners | empty | This is the list of name of the space owners | GET POST |
Object Name: BleRoomDevices
Property Name | Type | Description | Method |
---|---|---|---|
BleRoomDevices | empty | This is a list of BLERoomDevice object | GET POST |
roomName,modelType,bluetoothMode,bluetoothPINCode
"RoomDevice1","EC-Multi-Sensor-BLE","Private","123457"