DMXQuere: please log a bit more
This commit is contained in:
parent
65bb770a3f
commit
2e97ec8570
1 changed files with 4 additions and 0 deletions
|
@ -31,8 +31,12 @@ class DMXQueue:
|
||||||
self.sacn.start()
|
self.sacn.start()
|
||||||
self.sacn.activate_output(self.config.universe)
|
self.sacn.activate_output(self.config.universe)
|
||||||
|
|
||||||
|
self.log.info("")
|
||||||
|
self.log.info(f" Base Brightness: {self.config.rainbow_brightness}")
|
||||||
|
self.log.info(f" Alert Brightness: {self.config.alert_brightness}")
|
||||||
for light in self.lights:
|
for light in self.lights:
|
||||||
self.log.info(f" LIGHT: {light}")
|
self.log.info(f" LIGHT: {light}")
|
||||||
|
self.log.info("")
|
||||||
|
|
||||||
self.sacn[self.config.universe].multicast = self.config.multicast
|
self.sacn[self.config.universe].multicast = self.config.multicast
|
||||||
if not self.config.multicast:
|
if not self.config.multicast:
|
||||||
|
|
Loading…
Add table
Reference in a new issue