Differences From Artifact [6b581856ff]:
- File limitlessled_rf/__init__.py — part of check-in [69fdf8915c] at 2020-05-07 19:21:51 on branch trunk — Preliminary support for lyh light bulbs (user: rkeene, size: 21977) [annotate] [blame] [check-ins using]
To Artifact [2e6795b5a2]:
- File limitlessled_rf/__init__.py — part of check-in [3ea3d5d796] at 2020-05-09 21:44:09 on branch trunk — limitlessled_rf v0.12 Fixed bug in getting zones (user: rkeene, size: 21981) [annotate] [blame] [check-ins using]
︙ | |||
754 755 756 757 758 759 760 | 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 | - + | 'button': 'zone_white', 'zone': zone } return self._send_button(message) # Methods to query remote identity and state def get_zone_ids(self): |
︙ |