Skip to content

Commit

Permalink
Un autre
Browse files Browse the repository at this point in the history
  • Loading branch information
ic-dev21 committed Jan 5, 2025
1 parent adb92d7 commit 9e4ea39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom_components/hilo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,13 @@ async def on_websocket_event(self, event: WebsocketEvent) -> None:
)
self.challenge_id = challenge.get("id")

elif event.target == "ChallengeDetailsUpdatedValuesReceived":
LOG.debug("ic-dev21 ChallengeDetailsUpdatedValuesReceived")
arguments = event.arguments
LOG.debug(
f"ic-dev21 ChallengeDetailsUpdatedValuesReceived arguments are {arguments}"
)

elif event.target == "ChallengeListUpdatedValuesReceived":
LOG.debug("ic-dev21 ChallengeListUpdatedValuesReceived")
arguments = event.arguments
Expand Down

0 comments on commit 9e4ea39

Please sign in to comment.