Skip to content

Commit

Permalink
fix: force pumps to always parse as a list (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed Jun 7, 2023
1 parent 9009f2c commit 074c5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyomnilogic_local/models/mspconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def load_xml(xml: str) -> MSPConfig:
OmniType.FILTER,
OmniType.GROUPS,
OmniType.HEATER_EQUIP,
OmniType.PUMP,
OmniType.RELAY,
OmniType.SENSOR,
OmniType.SCHE,
Expand Down

0 comments on commit 074c5e8

Please sign in to comment.