Skip to content

Commit 5c234e4

Browse files
committed
Add noderesponse-type comments
1 parent 8b9851c commit 5c234e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise_usb/messages/responses.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ class StickResponseType(bytes, Enum):
5656
class NodeResponseType(bytes, Enum):
5757
"""Response types of a 'NodeResponse' reply message."""
5858

59-
CIRCLE_PLUS = b"00DD"
59+
CIRCLE_PLUS = b"00DD" # type for CirclePlusAllowJoiningRequest with state false
6060
CLOCK_ACCEPTED = b"00D7"
61-
JOIN_ACCEPTED = b"00D9"
61+
JOIN_ACCEPTED = b"00D9" # type for CirclePlusAllowJoiningRequest with state true
6262
RELAY_SWITCHED_OFF = b"00DE"
6363
RELAY_SWITCHED_ON = b"00D8"
6464
RELAY_SWITCH_FAILED = b"00E2"

0 commit comments

Comments
 (0)