python-omnilogic-local 0.17.0__py3-none-any.whl → 0.18.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 +6 -0
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.18.0.dist-info}/METADATA +1 -1
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.18.0.dist-info}/RECORD +6 -6
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.18.0.dist-info}/LICENSE +0 -0
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.18.0.dist-info}/WHEEL +0 -0
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.18.0.dist-info}/entry_points.txt +0 -0
@@ -174,6 +174,12 @@ class MSPCSAD(OmniBase):
|
|
174
174
|
calibration_value: float = Field(alias="CalibrationValue")
|
175
175
|
ph_low_alarm_value: float = Field(alias="PHLowAlarmLevel")
|
176
176
|
ph_high_alarm_value: float = Field(alias="PHHighAlarmLevel")
|
177
|
+
orp_target_level: int = Field(alias="ORP-Target-Level")
|
178
|
+
orp_runtime_level: int = Field(alias="ORP-Runtime-Level")
|
179
|
+
orp_low_alarm_level: int = Field(alias="ORP-Low-Alarm-Level")
|
180
|
+
orp_high_alarm_level: int = Field(alias="ORP-High-Alarm-Level")
|
181
|
+
orp_forced_on_time: int = Field(alias="ORP-Forced-On-Time")
|
182
|
+
orp_forced_enabled: bool = Field(alias="ORP-Forced-Enabled")
|
177
183
|
|
178
184
|
|
179
185
|
class MSPColorLogicLight(OmniBase):
|
@@ -13,14 +13,14 @@ pyomnilogic_local/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
13
13
|
pyomnilogic_local/models/const.py,sha256=j4HSiPJW5If296yJ-AiIsBI9EdlckF4QkVFIpTLb5C4,51
|
14
14
|
pyomnilogic_local/models/filter_diagnostics.py,sha256=74-VjHB-Rf6imeJTYawybA40_m_wb1Dww-Eu4ucGBdo,1577
|
15
15
|
pyomnilogic_local/models/leadmessage.py,sha256=XnzXTpLLQzhLQR1OgfAjKmW5N8BBgM7OrntUi1I2VRY,410
|
16
|
-
pyomnilogic_local/models/mspconfig.py,sha256=
|
16
|
+
pyomnilogic_local/models/mspconfig.py,sha256=UgqWrAOcABlpIsBGzEmtWLEpHOe_vwMOfdnrCJz5yzg,10979
|
17
17
|
pyomnilogic_local/models/telemetry.py,sha256=8ncC-10SRQneFmrH-LrnlVTS3Q-oqeXS_EtYKiIfDks,10612
|
18
18
|
pyomnilogic_local/models/util.py,sha256=X9jCiU3hFbI0Nc6NSCnvwyVK9XyA3BsiA9W7JYCJmKs,1462
|
19
19
|
pyomnilogic_local/omnitypes.py,sha256=31CvXH4FmyelTdZA7NAJQvkilho9qbIPwnymEEQ8d5Y,8067
|
20
20
|
pyomnilogic_local/protocol.py,sha256=M2vyj8o_PCKyLEswb6JGpUIdyj_swEJC18KrqcQV4kI,10356
|
21
21
|
pyomnilogic_local/util.py,sha256=sLkCn2eWbwP4FRiEgYlfmNxiHPeiWYjeUyvRRhWuNYE,359
|
22
|
-
python_omnilogic_local-0.
|
23
|
-
python_omnilogic_local-0.
|
24
|
-
python_omnilogic_local-0.
|
25
|
-
python_omnilogic_local-0.
|
26
|
-
python_omnilogic_local-0.
|
22
|
+
python_omnilogic_local-0.18.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
23
|
+
python_omnilogic_local-0.18.0.dist-info/METADATA,sha256=nMPRkiowV_ru3p5SjE41OMndPBlqobEYD_bf5OG1BWM,2672
|
24
|
+
python_omnilogic_local-0.18.0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
25
|
+
python_omnilogic_local-0.18.0.dist-info/entry_points.txt,sha256=We3r6ccF9wjWKBBSywFoYUJyL1TdGI1Pjw8-0L44kvw,66
|
26
|
+
python_omnilogic_local-0.18.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.18.0.dist-info}/entry_points.txt
RENAMED
File without changes
|