diff --git a/hugvey/central_command.py b/hugvey/central_command.py index 36beab7..a3c75e8 100644 --- a/hugvey/central_command.py +++ b/hugvey/central_command.py @@ -774,7 +774,7 @@ class HugveyState(object): duration: an integer between 0-92 indicating the lanbox fade times """ self.lightIntensity = intensity - self.logger.log(LOG_BS, f"Send /hugvey_fade {self.lightIntensity} {duration}") + self.logger.debug(f"Send /hugvey_fade {self.lightIntensity} {duration}") self.command.commandLight('/hugvey_fade', [self.lightId, intensity, int(duration)]) def setLightId(self, id):