Add strob channel to ParLED fixture model
This commit is contained in:
parent
21ccbdb357
commit
a00fb604a0
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ class ParLed(AbstractLight):
|
|||
address_size = 7
|
||||
color = RColor(Color("black"), 0)
|
||||
|
||||
strob = RInt(0, 4)
|
||||
|
||||
dimmer = RInt(255, 6)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue