Skip to content

Commit 1d19890

Browse files
committed
Remove commented NODE_RESET_NACK
1 parent e1d299a commit 1d19890

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
@@ -60,7 +60,6 @@ class NodeResponseType(bytes, Enum):
6060
CLOCK_ACCEPTED = b"00D7"
6161
JOIN_ACCEPTED = b"00D9" # ack for CirclePlusAllowJoiningRequest with state true
6262
NODE_RESET_ACK = b"00F2"
63-
# NODE_RESET_NACK = b"????"
6463
POWER_LOG_INTERVAL_ACCEPTED = b"00F8" # ack for CircleMeasureIntervalRequest
6564
REAL_TIME_CLOCK_ACCEPTED = b"00DF"
6665
REAL_TIME_CLOCK_FAILED = b"00E7"

0 commit comments

Comments
 (0)