Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdz committed Jul 8, 2024
1 parent 30f4bf5 commit 7efdc75
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 @@ -385,7 +385,7 @@ def __init__(self, spa: Spa, **properties):


class SpaPrimaryFiltrationCycle(SpaState):
PrimaryFiltrationMode = Enum("PrimaryFiltrationMode", "NORMAL", "NANO_MODE")
PrimaryFiltrationMode = Enum("PrimaryFiltrationMode", "NORMAL NANO_MODE")

def __init__(self, spa: Spa, **properties):
self.spa = spa
Expand Down

0 comments on commit 7efdc75

Please sign in to comment.