viri-leds-dmx-sacn/lights/ignition_wal_l710.py

15 lines
315 B
Python
Raw Normal View History

2023-08-07 11:39:15 +00:00
from .common import BaseDMXLight
class IgnitionWALL710(BaseDMXLight):
name = "Ignition WAL-L710 PAR"
def _dump(self):
return self.address, [
self.intensity,
self.red,
self.green,
self.blue,
self.white,
0, # program
]