lights.common.BaseDMXLight: log DMX values to debug log only
This commit is contained in:
parent
2f3a3a3fdb
commit
dc3bb3501b
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ class BaseDMXLight:
|
||||||
|
|
||||||
def dump(self):
|
def dump(self):
|
||||||
ret = self._dump()
|
ret = self._dump()
|
||||||
LOG.info(f'{str(self)} -> {ret[1]}')
|
LOG.debug(f'{str(self)} -> {ret[1]}')
|
||||||
return ret
|
return ret
|
||||||
|
|
Loading…
Reference in a new issue