Differences From Artifact [936b92f2e8]:
- File limitlessled_rf/__init__.py — part of check-in [ba7cf6d824] at 2020-04-30 01:30:48 on branch trunk — More temperature corrections (user: rkeene, size: 20312) [annotate] [blame] [check-ins using]
To Artifact [f0d3890212]:
- File limitlessled_rf/__init__.py — part of check-in [6ec60511f0] at 2020-04-30 02:38:46 on branch trunk — Send correct CRC for CCT (user: rkeene, size: 20338) [annotate] [blame] [check-ins using]
︙ | |||
196 197 198 199 200 201 202 | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | - + | button_id = self._config['button_map'][button_name] # Compute message body body = [zone, button_id, message_id] # Compute message trailer ## Include a CRC, for good measure ? |
︙ |