Light log to debug

This commit is contained in:
Ruben van de Ven 2019-11-12 16:19:39 +01:00
parent bf54a7a8af
commit 7b329fbfba
1 changed files with 1 additions and 1 deletions

View File

@ -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):