diff --git a/dmx_queue.py b/dmx_queue.py index 5e9e651..010c83d 100644 --- a/dmx_queue.py +++ b/dmx_queue.py @@ -31,8 +31,12 @@ class DMXQueue: self.sacn.start() 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: self.log.info(f" LIGHT: {light}") + self.log.info("") self.sacn[self.config.universe].multicast = self.config.multicast if not self.config.multicast: