We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e288b42 commit 9e0f653Copy full SHA for 9e0f653
limitlessled/bridge.py
@@ -179,7 +179,7 @@ def _consume(self):
179
(command, reps, wait) = self._command_queue.get()
180
# Select group if a different group is currently selected.
181
if command.select and self._selected_number != command.group_number:
182
- self._send_raw(command.select_command)
+ self._send_raw(command.select_command.bytes)
183
time.sleep(SELECT_WAIT)
184
# Repeat command as necessary.
185
for _ in range(reps):
0 commit comments