More logging
This commit is contained in:
@@ -69,7 +69,10 @@ 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):
|
||||
"""
|
||||
Send command to FHEM using this device
|
||||
|
||||
Reference in New Issue
Block a user