MCPcopy
hub / github.com/rytilahti/python-miio / get_zigbee_version

Method get_zigbee_version

miio/gateway/zigbee.py:9–11  ·  view source on GitHub ↗

timeouts on device.

(self)

Source from the content-addressed store, hash-verified

7 """Zigbee controls."""
8
9 def get_zigbee_version(self):
10 """timeouts on device."""
11 return self._gateway.send("get_zigbee_device_version")
12
13 def get_zigbee_channel(self):
14 """Return currently used zigbee channel."""

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected