Add strob channel to ParLED fixture model

This commit is contained in:
Constantin Gierczak--Galle 2024-05-23 13:34:35 +02:00
parent 21ccbdb357
commit a00fb604a0
No known key found for this signature in database

View file

@ -70,6 +70,8 @@ class ParLed(AbstractLight):
address_size = 7
color = RColor(Color("black"), 0)
strob = RInt(0, 4)
dimmer = RInt(255, 6)