From 7b329fbfbaf8e47cc1171072f2ff81ec3d8a9389 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 12 Nov 2019 16:19:39 +0100 Subject: [PATCH] Light log to debug --- hugvey/central_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):