diff --git a/pyjecteur/fixtures.py b/pyjecteur/fixtures.py index 6426963..f295260 100644 --- a/pyjecteur/fixtures.py +++ b/pyjecteur/fixtures.py @@ -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): """