mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-16 15:20:09 -07:00
Merge pull request #95 from ncovercash/master
Add smart grid features to SmartSavingMode refrigerator enum
This commit is contained in:
commit
1c0e9f03a6
@ -28,6 +28,9 @@ class SmartSavingMode(enum.Enum):
|
||||
OFF = "@CP_TERM_USE_NOT_W"
|
||||
NIGHT = "@RE_SMARTSAVING_MODE_NIGHT_W"
|
||||
CUSTOM = "@RE_SMARTSAVING_MODE_CUSTOM_W"
|
||||
SMART_GRID_OFF = "@CP_OFF_EN_W"
|
||||
SMART_GRID_DEMAND_RESPONSE = "@RE_TERM_DEMAND_RESPONSE_FUNCTIONALITY_W"
|
||||
SMART_GRID_CUSTOM = "@RE_TERM_DELAY_DEFROST_CAPABILITY_W"
|
||||
EMPTY = ""
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user