From a00fb604a02d610a5ae84633dc545f6607bc2449 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Thu, 23 May 2024 13:34:35 +0200 Subject: [PATCH] Add strob channel to ParLED fixture model --- pyjecteur/fixtures.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyjecteur/fixtures.py b/pyjecteur/fixtures.py index b0c141d..6426963 100644 --- a/pyjecteur/fixtures.py +++ b/pyjecteur/fixtures.py @@ -70,6 +70,8 @@ class ParLed(AbstractLight): address_size = 7 color = RColor(Color("black"), 0) + strob = RInt(0, 4) + dimmer = RInt(255, 6)