Skip to content

Commit 4fad4e4

Browse files
committed
Add NODE_REJOIN_ID indentifier and corresponding response
1 parent 979d197 commit 4fad4e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise_usb/messages/responses.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,8 @@ def get_message_object( # noqa: C901
10181018
return NodeSwitchGroupResponse()
10191019
if identifier == b"0060":
10201020
return NodeFeaturesResponse()
1021+
if identifier == NODE_REJOIN_ID:
1022+
return NodeRejoinResponse()
10211023
if identifier == b"0100":
10221024
return NodeAckResponse()
10231025
if identifier == SENSE_REPORT_ID:

0 commit comments

Comments
 (0)