Definitions | |
---|---|
Type | object |
Description: Notify scanned Bluetooth peripheral device information.Theta A1 only.
Service UUID | 0F291746-0C80-4726-87A7-3C501FD3B4B6 |
---|---|
Characteristic UUID | 7B058429-DF5C-4454-88A2-C81086131C30 |
Value format | UTF-8 string (JSON) |
Enabled to read | false |
Enabled to write | false |
Enabled to notify | true |
Example:
{
"device": "device name",
"macAddress": "01:23:45:67:89:AB",
"pairing": false,
"status": "idle"
}
Property | Type | Required | Description |
---|---|---|---|
device | string | yes | Complete local name of the found device. |
macAddress | string | yes | Mac address of the found device. |
pairing | boolean | yes | The device is alreadey paired or not. |
status | enum (of string) | yes | Connection status of the device.
|
Definitions | |
---|---|
Type | string |
Description: Complete local name of the found device.
Definitions | |
---|---|
Type | string |
Format | ([0-9][A-F]){2}:([0-9][A-F]){2}:([0-9][A-F]){2}:([0-9][A-F]){2}:([0-9][A-F]){2}:([0-9][A-F]){2} |
Description: Mac address of the found device.
Definitions | |
---|---|
Type | boolean |
Description: The device is alreadey paired or not.
Definitions | |
---|---|
Type | enum (of string) |
Description: Connection status of the device.
Must be one of: