isolate Modbus fix

This commit is contained in:
Stefan Allius
2024-06-16 13:00:02 +02:00
parent 377c09bc66
commit b688d04836
10 changed files with 15 additions and 112 deletions

View File

@@ -31,10 +31,6 @@ class ConnectionG3(AsyncStream, Talent):
async def async_publ_mqtt(self) -> None:
pass
def healthy(self) -> bool:
logger.debug('ConnectionG3 healthy()')
return AsyncStream.healthy(self)
'''
Our private methods
'''