python-omnilogic-local 0.6.0__py3-none-any.whl → 0.6.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/telemetry.py +1 -1
- {python_omnilogic_local-0.6.0.dist-info → python_omnilogic_local-0.6.1.dist-info}/METADATA +1 -1
- {python_omnilogic_local-0.6.0.dist-info → python_omnilogic_local-0.6.1.dist-info}/RECORD +5 -5
- {python_omnilogic_local-0.6.0.dist-info → python_omnilogic_local-0.6.1.dist-info}/WHEEL +0 -0
- {python_omnilogic_local-0.6.0.dist-info → python_omnilogic_local-0.6.1.dist-info}/entry_points.txt +0 -0
@@ -173,7 +173,7 @@ class Telemetry(BaseModel):
|
|
173
173
|
pump: list[TelemetryPump] | None = Field(alias="Pump")
|
174
174
|
relay: list[TelemetryRelay] | None = Field(alias="Relay")
|
175
175
|
valve_actuator: list[TelemetryValveActuator] | None = Field(alias="ValveActuator")
|
176
|
-
virtual_heater: TelemetryVirtualHeater | None = Field(alias="VirtualHeater")
|
176
|
+
virtual_heater: list[TelemetryVirtualHeater] | None = Field(alias="VirtualHeater")
|
177
177
|
|
178
178
|
class Config:
|
179
179
|
orm_mode = True
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: python-omnilogic-local
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.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
|
@@ -7,12 +7,12 @@ pyomnilogic_local/models/const.py,sha256=j4HSiPJW5If296yJ-AiIsBI9EdlckF4QkVFIpTL
|
|
7
7
|
pyomnilogic_local/models/filter_diagnostics.py,sha256=N4YWl9aEMKcWZ4QOlqR68WV9H1WjTtxjs0wHrNojAaU,1532
|
8
8
|
pyomnilogic_local/models/leadmessage.py,sha256=9r6PbIHHzD0tyeKiFUve3WLcjS8uL2Gj6r_96X7l5H8,407
|
9
9
|
pyomnilogic_local/models/mspconfig.py,sha256=nb7Iqy8mP9GQ8vwI9NQb_-I5vwHJfhMDdUdayUmcRCg,8352
|
10
|
-
pyomnilogic_local/models/telemetry.py,sha256=
|
10
|
+
pyomnilogic_local/models/telemetry.py,sha256=IP8InR_sHYwYtgF6v7WlxqwB9nFEmW9HHFcuhZ_07D8,9968
|
11
11
|
pyomnilogic_local/models/util.py,sha256=3Qch98NOl5eO-KIOUBnE9ar86MlzbZ0g2LRApMgj-co,1476
|
12
12
|
pyomnilogic_local/protocol.py,sha256=JxJwtjHC11FXPCK6hc5FtXnxgJ5GyNkXqpjT0cFHvb4,10189
|
13
13
|
pyomnilogic_local/types.py,sha256=PiLvBBQl-amj0P2rRa15IP0Ebrfc23IzBqZNgIhQWOA,6325
|
14
14
|
pyomnilogic_local/util.py,sha256=agbRBKnecrYycC9iUmo1aJDjbVg9VxHyq4QY0D8-bfA,359
|
15
|
-
python_omnilogic_local-0.6.
|
16
|
-
python_omnilogic_local-0.6.
|
17
|
-
python_omnilogic_local-0.6.
|
18
|
-
python_omnilogic_local-0.6.
|
15
|
+
python_omnilogic_local-0.6.1.dist-info/METADATA,sha256=UwcSfI4kCyQG_AoLs0sjP_4yVAiU5O4HZLGUNiXI080,2727
|
16
|
+
python_omnilogic_local-0.6.1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
17
|
+
python_omnilogic_local-0.6.1.dist-info/entry_points.txt,sha256=PUvdumqSijeB0dHH_s5oE2TnWtPWdJSNpSOsn8yTtOo,56
|
18
|
+
python_omnilogic_local-0.6.1.dist-info/RECORD,,
|
File without changes
|
{python_omnilogic_local-0.6.0.dist-info → python_omnilogic_local-0.6.1.dist-info}/entry_points.txt
RENAMED
File without changes
|