We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d7e40 commit 864c141Copy full SHA for 864c141
plugwise/stick.py
@@ -399,7 +399,7 @@ def message_processor(self, message: NodeResponse):
399
elif isinstance(message, StickInitResponse):
400
self._process_stick_init_response(message)
401
elif isinstance(message, NodeJoinAvailableResponse):
402
- self._process_node_join_request(message)
+ self._process_node_join_request(message, mac)
403
elif isinstance(message, NodeRemoveResponse):
404
self._process_node_remove(message)
405
else:
0 commit comments