Light log to debug
This commit is contained in:
parent
bf54a7a8af
commit
7b329fbfba
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue