Skip to content

Commit

Permalink
test fire_last_message_received
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed May 13, 2024
1 parent 0125823 commit fc0712f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/eltako/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def process_messages(self, data):
self._fire_last_message_received_event()

def process_connection_status_signal(self, data):
LOGGER.info(f"CHANGE CONNECTION STATUS: {self._bus.is_active()}")
if self._connection_state_handler:
asyncio.ensure_future(
self._connection_state_handler( self._bus.is_active() ),
Expand Down

0 comments on commit fc0712f

Please sign in to comment.