add healthy check methods
This commit is contained in:
@@ -31,6 +31,10 @@ class ConnectionG3(AsyncStream, Talent):
|
|||||||
async def async_publ_mqtt(self) -> None:
|
async def async_publ_mqtt(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def healthy(self) -> bool:
|
||||||
|
logger.debug('ConnectionG3 healthy()')
|
||||||
|
return AsyncStream.healthy(self)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Our private methods
|
Our private methods
|
||||||
'''
|
'''
|
||||||
|
|||||||
@@ -31,6 +31,10 @@ class ConnectionG3P(AsyncStream, SolarmanV5):
|
|||||||
async def async_publ_mqtt(self) -> None:
|
async def async_publ_mqtt(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def healthy(self) -> bool:
|
||||||
|
logger.debug('ConnectionG3P healthy()')
|
||||||
|
return AsyncStream.healthy(self)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Our private methods
|
Our private methods
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user