fixed fragile code
This commit is contained in:
@@ -36,7 +36,7 @@ class RGBState:
|
||||
|
||||
def to_command(self) -> str:
|
||||
return (
|
||||
f"SET dev={self.device} hidraw={self.hidraw} "
|
||||
f"SET dev={self.device} "
|
||||
f"effect={self.effect} bright={self.brightness} "
|
||||
f"speed={self.speed} dir={self.direction} "
|
||||
f"r={self.r} g={self.g} b={self.b} zone={self.zone}"
|
||||
|
||||
Reference in New Issue
Block a user