Using aioharmony with multiple hubs (clients) from same application #32
Unanswered
FlyingDiver
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't figure out how to differentiate the messages the callback message handler is processing. There's nothing in the payload that identifies the client the message is from. I thought of subclassing Handler to assign an identifier when it's created, but I can't figure out what methods I need to subclass to inject that identifier into the payload.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions