We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979d197 commit 4fad4e4Copy full SHA for 4fad4e4
1 file changed
plugwise_usb/messages/responses.py
@@ -1018,6 +1018,8 @@ def get_message_object( # noqa: C901
1018
return NodeSwitchGroupResponse()
1019
if identifier == b"0060":
1020
return NodeFeaturesResponse()
1021
+ if identifier == NODE_REJOIN_ID:
1022
+ return NodeRejoinResponse()
1023
if identifier == b"0100":
1024
return NodeAckResponse()
1025
if identifier == SENSE_REPORT_ID:
0 commit comments