Module homey.discovery_result
Classes
class DiscoveryResult-
Base class for the results of discovery strategies.
Ancestors
- SimpleClass
- EventEmitter
- typing.Generic
- homey.client.serializer.Serializable
- abc.ABC
Subclasses
Instance variables
var id : Final[str]-
The ID of the device assigned by Homey.
prop address : str | None-
The IP address of the device.
prop last_seen : datetime-
When the device has last been discovered.
Methods
def on_address_changed(self, f: Callable[[Self], None]) ‑> Selfdef on_last_seen_changed(self, f: Callable[[Self], None]) ‑> Self
Inherited members