Skip to content

Commit

Permalink
fix: add missing enum entries for filter why on (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed Jun 23, 2023
1 parent 2bc6078 commit a702924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyomnilogic_local/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ class FilterWhyOn(PrettyEnum):
TIMER_SPILLOVER = 13
TIMER_ON = 14
FREEZE_PROTECT = 15
UNKNOWN_16 = 16
UNKNOWN_17 = 17
UNKNOWN_18 = 18


# Heaters
Expand Down

0 comments on commit a702924

Please sign in to comment.