More logging
This commit is contained in:
parent
dd19d49d0d
commit
a01222e001
|
@ -69,6 +69,9 @@ class FhemConnection(ReconnectingClient):
|
|||
if self._writer:
|
||||
line += '\n'
|
||||
self._writer.write(line.encode())
|
||||
_LOGGER.debug(f"FHEM write line {line}")
|
||||
else:
|
||||
_LOGGER.debug(f"FHEM Failed to write line {line}")
|
||||
|
||||
def fhem_set(self, id, *arguments):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue