add Pulsar Chromaflood 200 to fixtures
This commit is contained in:
parent
1628acd6c3
commit
b4e6851e32
3 changed files with 20 additions and 1 deletions
16
lights/pulsar_chromaflood_200.py
Normal file
16
lights/pulsar_chromaflood_200.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
from colorsys import hsv_to_rgb
|
||||
from .common import BaseDMXLight
|
||||
|
||||
|
||||
class PulsarChromaflood200(BaseDMXLight):
|
||||
name = "Pulsar Chromaflood 200 (10-Channel Mode)"
|
||||
|
||||
def _dump(self):
|
||||
return self.address, [
|
||||
self.red,
|
||||
self.green,
|
||||
self.blue,
|
||||
0,0,0, # chase 1
|
||||
0,0,0, # chase 2
|
||||
self.intensity
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue