Truc Dimmer
This commit is contained in:
parent
a00fb604a0
commit
9d5bf46f86
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ class Wash(AbstractLight):
|
||||||
shutter = RBool(True, 10, true_val=b"\x15")
|
shutter = RBool(True, 10, true_val=b"\x15")
|
||||||
zoom = RInt(0, 11)
|
zoom = RInt(0, 11)
|
||||||
|
|
||||||
|
class Dimmer(AbstractLight):
|
||||||
|
"""
|
||||||
|
Tradi RGB
|
||||||
|
"""
|
||||||
|
|
||||||
|
address_size = 1
|
||||||
|
dim = RInt(0, 0)
|
||||||
|
|
||||||
|
|
||||||
class Tradi(AbstractLight):
|
class Tradi(AbstractLight):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue