Unknown parameters.
(self)
| 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.""" |