python-omnilogic-local 0.13.0__tar.gz → 0.13.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (18) hide show
  1. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/PKG-INFO +1 -1
  2. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/models/mspconfig.py +1 -1
  3. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyproject.toml +1 -1
  4. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/LICENSE +0 -0
  5. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/README.md +0 -0
  6. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/__init__.py +0 -0
  7. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/api.py +0 -0
  8. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/cli.py +0 -0
  9. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/exceptions.py +0 -0
  10. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/models/__init__.py +0 -0
  11. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/models/const.py +0 -0
  12. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/models/filter_diagnostics.py +0 -0
  13. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/models/leadmessage.py +0 -0
  14. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/models/telemetry.py +0 -0
  15. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/models/util.py +0 -0
  16. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/protocol.py +0 -0
  17. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/types.py +0 -0
  18. {python_omnilogic_local-0.13.0 → python_omnilogic_local-0.13.1}/pyomnilogic_local/util.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-omnilogic-local
3
- Version: 0.13.0
3
+ Version: 0.13.1
4
4
  Summary: A library for local control of Hayward OmniHub/OmniLogic pool controllers using their local API
5
5
  Home-page: https://github.com/cryptk/python-omnilogic-local
6
6
  License: Apache-2.0
@@ -166,7 +166,7 @@ class MSPChlorinator(OmniBase):
166
166
  class MSPCSAD(OmniBase):
167
167
  omni_type: OmniType = OmniType.CSAD
168
168
  enabled: Literal["yes", "no"] = Field(alias="Enabled")
169
- csad_type: CSADType | str = Field(alias="Type")
169
+ type: CSADType | str = Field(alias="Type")
170
170
  target_value: float = Field(alias="TargetValue")
171
171
 
172
172
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "python-omnilogic-local"
3
- version = "0.13.0"
3
+ version = "0.13.1"
4
4
  description = "A library for local control of Hayward OmniHub/OmniLogic pool controllers using their local API"
5
5
  authors = ["cryptk <cryptk@users.noreply.github.com>", "djtimca", "garionphx"]
6
6
  license = "Apache-2.0"