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)