ManagerZWave
homey.manager.zwave
Manage the Z-Wave communication of the Homey.
You can access this manager through the Homey instance as self.homey.zwave.
Ancestors
- Manager
- SimpleClass
- homey.util.event_emitter.EventEmitter
- typing.Generic
- abc.ABC
Methods
get_node
async def get_node(self, device: Device) ‑> ZWaveNodeGet a Z-Wave node instance for the given device.
Args
| Name | Type | Description |
|---|---|---|
device |
Device | The Device to get the node for. |