python-omnilogic-local 0.13.0__py3-none-any.whl → 0.13.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pyomnilogic_local/models/mspconfig.py +1 -1
- {python_omnilogic_local-0.13.0.dist-info → python_omnilogic_local-0.13.1.dist-info}/METADATA +1 -1
- {python_omnilogic_local-0.13.0.dist-info → python_omnilogic_local-0.13.1.dist-info}/RECORD +6 -6
- {python_omnilogic_local-0.13.0.dist-info → python_omnilogic_local-0.13.1.dist-info}/LICENSE +0 -0
- {python_omnilogic_local-0.13.0.dist-info → python_omnilogic_local-0.13.1.dist-info}/WHEEL +0 -0
- {python_omnilogic_local-0.13.0.dist-info → python_omnilogic_local-0.13.1.dist-info}/entry_points.txt +0 -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
|
-
|
169
|
+
type: CSADType | str = Field(alias="Type")
|
170
170
|
target_value: float = Field(alias="TargetValue")
|
171
171
|
|
172
172
|
|
{python_omnilogic_local-0.13.0.dist-info → python_omnilogic_local-0.13.1.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: python-omnilogic-local
|
3
|
-
Version: 0.13.
|
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
|
@@ -6,14 +6,14 @@ pyomnilogic_local/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
6
6
|
pyomnilogic_local/models/const.py,sha256=j4HSiPJW5If296yJ-AiIsBI9EdlckF4QkVFIpTLb5C4,51
|
7
7
|
pyomnilogic_local/models/filter_diagnostics.py,sha256=N4YWl9aEMKcWZ4QOlqR68WV9H1WjTtxjs0wHrNojAaU,1532
|
8
8
|
pyomnilogic_local/models/leadmessage.py,sha256=9r6PbIHHzD0tyeKiFUve3WLcjS8uL2Gj6r_96X7l5H8,407
|
9
|
-
pyomnilogic_local/models/mspconfig.py,sha256=
|
9
|
+
pyomnilogic_local/models/mspconfig.py,sha256=6sfkibOqYK3J8_82D_Fm4XjFSB3CCP11GEh8ZxtfQCI,10116
|
10
10
|
pyomnilogic_local/models/telemetry.py,sha256=86WPCmemNLwXAg-dHp1EvgpJzqQIHfwkNtO1eGF4eZk,10629
|
11
11
|
pyomnilogic_local/models/util.py,sha256=3Qch98NOl5eO-KIOUBnE9ar86MlzbZ0g2LRApMgj-co,1476
|
12
12
|
pyomnilogic_local/protocol.py,sha256=1Z7U70mV0sUlqrp3XK1Fvj6NuChRKLz0ejzKaQLSPE8,10194
|
13
13
|
pyomnilogic_local/types.py,sha256=km_tagtJ43m4_cIynalis7oiDa1LUUR-ta5B9HQUG1Q,7264
|
14
14
|
pyomnilogic_local/util.py,sha256=agbRBKnecrYycC9iUmo1aJDjbVg9VxHyq4QY0D8-bfA,359
|
15
|
-
python_omnilogic_local-0.13.
|
16
|
-
python_omnilogic_local-0.13.
|
17
|
-
python_omnilogic_local-0.13.
|
18
|
-
python_omnilogic_local-0.13.
|
19
|
-
python_omnilogic_local-0.13.
|
15
|
+
python_omnilogic_local-0.13.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
16
|
+
python_omnilogic_local-0.13.1.dist-info/METADATA,sha256=FFPh4VWXQBHEEIpdjIpGlUSBYk6KY1uNVnVAupCpw9Y,2939
|
17
|
+
python_omnilogic_local-0.13.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
18
|
+
python_omnilogic_local-0.13.1.dist-info/entry_points.txt,sha256=PUvdumqSijeB0dHH_s5oE2TnWtPWdJSNpSOsn8yTtOo,56
|
19
|
+
python_omnilogic_local-0.13.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.13.0.dist-info → python_omnilogic_local-0.13.1.dist-info}/entry_points.txt
RENAMED
File without changes
|