We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27561c commit 6b9be6dCopy full SHA for 6b9be6d
smarttub/api.py
@@ -162,7 +162,7 @@ def __str__(self):
162
163
164
class Spa:
165
- HeatMode = Enum("HeatMode", "ECONOMY DAY AUTO READY")
+ HeatMode = Enum("HeatMode", "ECONOMY DAY AUTO READY REST")
166
TemperatureFormat = Enum("TemperatureFormat", "FAHRENHEIT CELSIUS")
167
EnergyUsageInterval = Enum("EnergyUsageInterval", "DAY MONTH")
168
0 commit comments