We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b74a48a + 8914747 commit a1922bbCopy full SHA for a1922bb
1 file changed
limitlessled/group/commands/v6.py
@@ -212,7 +212,7 @@ def temperature(self, temperature):
212
:param temperature: Value to set (0.0-1.0).
213
:return: The command.
214
"""
215
- return self._build_command(0x05, temperature)
+ return self._build_command(0x05, self.convert_temperature(temperature))
216
217
218
class CommandSetRgbwV6(CommandSetV6):
0 commit comments