Skip to content

Commit 54c8167

Browse files
committed
Remove unused constant
1 parent 3e8f61b commit 54c8167

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise_usb/messages/responses.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class NodeResponseType(bytes, Enum):
5959
CIRCLE_PLUS = b"00DD"
6060
CLOCK_ACCEPTED = b"00D7"
6161
JOIN_ACCEPTED = b"00D9"
62-
REJOINING = b"0061"
6362
RELAY_SWITCHED_OFF = b"00DE"
6463
RELAY_SWITCHED_ON = b"00D8"
6564
RELAY_SWITCH_FAILED = b"00E2"

0 commit comments

Comments
 (0)