python-omnilogic-local 0.13.2__py3-none-any.whl → 0.14.0__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 +2 -1
- {python_omnilogic_local-0.13.2.dist-info → python_omnilogic_local-0.14.0.dist-info}/METADATA +1 -1
- {python_omnilogic_local-0.13.2.dist-info → python_omnilogic_local-0.14.0.dist-info}/RECORD +6 -6
- {python_omnilogic_local-0.13.2.dist-info → python_omnilogic_local-0.14.0.dist-info}/LICENSE +0 -0
- {python_omnilogic_local-0.13.2.dist-info → python_omnilogic_local-0.14.0.dist-info}/WHEEL +0 -0
- {python_omnilogic_local-0.13.2.dist-info → python_omnilogic_local-0.14.0.dist-info}/entry_points.txt +0 -0
@@ -207,12 +207,13 @@ class MSPBoW(OmniBase):
|
|
207
207
|
|
208
208
|
|
209
209
|
class MSPBackyard(OmniBase):
|
210
|
-
_sub_devices = {"sensor", "bow"}
|
210
|
+
_sub_devices = {"sensor", "bow", "colorlogic_light", "relay"}
|
211
211
|
|
212
212
|
omni_type: OmniType = OmniType.BACKYARD
|
213
213
|
sensor: list[MSPSensor] | None = Field(alias="Sensor")
|
214
214
|
bow: list[MSPBoW] | None = Field(alias="Body-of-water")
|
215
215
|
relay: list[MSPRelay] | None = Field(alias="Relay")
|
216
|
+
colorlogic_light: list[MSPColorLogicLight] | None = Field(alias="ColorLogic-Light")
|
216
217
|
|
217
218
|
|
218
219
|
class MSPSchedule(OmniBase):
|
{python_omnilogic_local-0.13.2.dist-info → python_omnilogic_local-0.14.0.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: python-omnilogic-local
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.14.0
|
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=bTcf5b94eUtP50vAEnr4rkG6Nczm8hCiBRjdZMY8uR0,1581
|
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=GgkLvpKVlcZdeWFjd56AK_6DQXIO31Z1yHDGx2pLEj8,10424
|
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.
|
16
|
-
python_omnilogic_local-0.
|
17
|
-
python_omnilogic_local-0.
|
18
|
-
python_omnilogic_local-0.
|
19
|
-
python_omnilogic_local-0.
|
15
|
+
python_omnilogic_local-0.14.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
16
|
+
python_omnilogic_local-0.14.0.dist-info/METADATA,sha256=u0v90dYX9gJCvY245L5blJ36fGgD_r8UnYlvVbhTQ30,2939
|
17
|
+
python_omnilogic_local-0.14.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
18
|
+
python_omnilogic_local-0.14.0.dist-info/entry_points.txt,sha256=PUvdumqSijeB0dHH_s5oE2TnWtPWdJSNpSOsn8yTtOo,56
|
19
|
+
python_omnilogic_local-0.14.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.13.2.dist-info → python_omnilogic_local-0.14.0.dist-info}/entry_points.txt
RENAMED
File without changes
|