Truc Dimmer

This commit is contained in:
Constantin Gierczak--Galle 2024-05-23 15:34:57 +02:00
parent a00fb604a0
commit 9d5bf46f86
No known key found for this signature in database

View file

@ -39,6 +39,14 @@ class Wash(AbstractLight):
shutter = RBool(True, 10, true_val=b"\x15")
zoom = RInt(0, 11)
class Dimmer(AbstractLight):
"""
Tradi RGB
"""
address_size = 1
dim = RInt(0, 0)
class Tradi(AbstractLight):
"""