Tweak logged info

This commit is contained in:
2022-10-21 11:13:00 +02:00
parent 071aa7a9ac
commit 600194b16d
2 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ class PlejdDevice:
@property
def dim(self):
return self._dim/255 if self.available else 0
return self._dim/255 if self._dim else 0
@property
def BLE_address(self):