You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- import devices.tradfri
-
-
- class sw_br_ct(devices.tradfri.sw_br_ct):
- def set_state(self, value):
- self.__set__("state", "on" if value else "off")
-
- def power_on_action(self):
- pass
|