add Sheds 30W COB-RGB lights
This commit is contained in:
parent
85c3c1b8e3
commit
1628acd6c3
2 changed files with 19 additions and 0 deletions
16
lights/sheds_30w_cob_rgb.py
Normal file
16
lights/sheds_30w_cob_rgb.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
from .common import BaseDMXLight
|
||||
|
||||
|
||||
class Sheds30WCOBRGB(BaseDMXLight):
|
||||
name = "Sheds 30W COB-RGB"
|
||||
|
||||
def _dump(self):
|
||||
return self.address, [
|
||||
self.intensity,
|
||||
self.red,
|
||||
self.green,
|
||||
self.blue,
|
||||
0, # strobe
|
||||
0, # mode
|
||||
0, # speed
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue