Constructor
new Homey.DiscoveryResult()
Properties:
Name | Type | Description |
---|---|---|
id |
string
|
The identifier of the result. |
lastSeen |
Date
|
When the device has been last discovered. |
- Since:
- 2.5.0
Events
.on('addressChanged')
Fires when the address has changed.
Parameters:
Name | Type | Description |
---|---|---|
discoveryResult |
DiscoveryResult
|
.on('lastSeenChanged')
Fires when the device has been seen again.
Parameters:
Name | Type | Description |
---|---|---|
discoveryResult |
DiscoveryResult
|