Skip to content

Commit

Permalink
Update types.py
Browse files Browse the repository at this point in the history
Fix typo in pump state enum
  • Loading branch information
cryptk authored May 25, 2023
1 parent 11b32cb commit c677173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomnilogic_local/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class HeaterType(str, PrettyEnum):

class PumpStatus(str, PrettyEnum):
OFF = 0
ON = 0
ON = 1


class RelayFunction(str, PrettyEnum):
Expand Down

0 comments on commit c677173

Please sign in to comment.