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

Method write_zigbee_attribute

miio/gateway/zigbee.py:43–46  ·  view source on GitHub ↗

Unknown parameters.

(self)

Source from the content-addressed store, hash-verified

41 return self._gateway.send("read_zigbee_attribute", [0x0000, 0x0080])
42
43 def write_zigbee_attribute(self):
44 """Unknown parameters."""
45 raise NotImplementedError()
46 return self._gateway.send("write_zigbee_attribute")
47
48 def zigbee_unpair_all(self):
49 """Unpair all devices."""

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected