From 9d5bf46f8615eb662d3a4aafbb4ed8b3714334f0 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Thu, 23 May 2024 15:34:57 +0200 Subject: [PATCH] Truc Dimmer --- pyjecteur/fixtures.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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): """