Skip to content

Commit

Permalink
add REST heat mode (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdz authored Nov 15, 2024
1 parent f27561c commit 6b9be6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarttub/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def __str__(self):


class Spa:
HeatMode = Enum("HeatMode", "ECONOMY DAY AUTO READY")
HeatMode = Enum("HeatMode", "ECONOMY DAY AUTO READY REST")
TemperatureFormat = Enum("TemperatureFormat", "FAHRENHEIT CELSIUS")
EnergyUsageInterval = Enum("EnergyUsageInterval", "DAY MONTH")

Expand Down

0 comments on commit 6b9be6d

Please sign in to comment.