Instance Properties
address
address: stringThe mac address of the peripheral
Type
- string
addressType
addressType: stringThe address type of the peripheral
Type
- string
connectable
connectable: booleanIndicates if Homey can connect to the peripheral
Type
- boolean
id
id: stringId of the peripheral assigned by Homey
Type
- string
localName
localName: stringThe local name of the peripheral
Type
- string
manufacturerData
manufacturerData: BufferManufacturer specific data for peripheral
Type
- Buffer
rssi
rssi: numberThe rssi signal strength value for the peripheral
Type
- number
serviceData
serviceData: Array.<{uuid: string, data: Buffer}>Array of service data entries
Type
- Array.<{uuid: string, data: Buffer}>
serviceUuids
serviceUuids: Array.<string>Array of service uuids
Type
- Array.<string>
timestamp
timestampTimestamp of the last time it was discovered
uuid
uuid: stringUuid of the peripheral
Type
- string
Instance Methods
connect
(async) connect(): Promise.<BlePeripheral>Connect to the BLE peripheral this advertisement references
Returns
Promise.<BlePeripheral>