Skip to content

Commit b4b49f1

Browse files
committed
Rename SLEEP_CONFIG_* const into SED_CONFIG._*
1 parent 441ab67 commit b4b49f1

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
@@ -60,12 +60,12 @@ class NodeResponseType(bytes, Enum):
6060
RELAY_SWITCHED_OFF = b"00DE"
6161
RELAY_SWITCHED_ON = b"00D8"
6262
RELAY_SWITCH_FAILED = b"00E2"
63-
SLEEP_CONFIG_ACCEPTED = b"00F6"
63+
SED_CONFIG_ACCEPTED = b"00F6"
6464
REAL_TIME_CLOCK_ACCEPTED = b"00DF"
6565
REAL_TIME_CLOCK_FAILED = b"00E7"
6666

6767
# TODO: Validate these response types
68-
SLEEP_CONFIG_FAILED = b"00F7"
68+
SED_CONFIG_FAILED = b"00F7"
6969
POWER_LOG_INTERVAL_ACCEPTED = b"00F8"
7070
POWER_CALIBRATION_ACCEPTED = b"00DA"
7171
CIRCLE_PLUS = b"00DD"

0 commit comments

Comments
 (0)