python-omnilogic-local 0.17.0__py3-none-any.whl → 0.19.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
- pyomnilogic_local/omnitypes.py +13 -0
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/METADATA +1 -1
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/RECORD +7 -7
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/LICENSE +0 -0
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/WHEEL +0 -0
- {python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.19.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):
|
pyomnilogic_local/omnitypes.py
CHANGED
@@ -107,11 +107,17 @@ class ChlorinatorDispenserType(str, PrettyEnum):
|
|
107
107
|
|
108
108
|
|
109
109
|
class ChlorinatorCellType(PrettyEnum):
|
110
|
+
UNKNOWN = "CELL_TYPE_UNKNOWN"
|
110
111
|
T3 = "CELL_TYPE_T3"
|
111
112
|
T5 = "CELL_TYPE_T5"
|
112
113
|
T9 = "CELL_TYPE_T9"
|
113
114
|
T15 = "CELL_TYPE_T15"
|
115
|
+
T15_LS = "CELL_TYPE_T15_LS"
|
116
|
+
TCELLS315 = "CELL_TYPE_TCELLS315"
|
117
|
+
TCELLS325 = "CELL_TYPE_TCELLS325"
|
118
|
+
TCELLS340 = "CELL_TYPE_TCELLS340"
|
114
119
|
LIQUID = "CELL_TYPE_LIQUID"
|
120
|
+
TABLET = "CELL_TYPE_TABLET"
|
115
121
|
|
116
122
|
# There is probably an easier way to do this
|
117
123
|
def __int__(self) -> int:
|
@@ -119,10 +125,17 @@ class ChlorinatorCellType(PrettyEnum):
|
|
119
125
|
|
120
126
|
|
121
127
|
class ChlorinatorCellInt(IntEnum):
|
128
|
+
UNKNOWN = 0
|
122
129
|
T3 = 1
|
123
130
|
T5 = 2
|
124
131
|
T9 = 3
|
125
132
|
T15 = 4
|
133
|
+
T15_LS = 5
|
134
|
+
TCELLS315 = 6
|
135
|
+
TCELLS325 = 7
|
136
|
+
TCELLS340 = 8
|
137
|
+
LIQUID = 9
|
138
|
+
TABLET = 10
|
126
139
|
|
127
140
|
|
128
141
|
# Lights
|
@@ -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
|
-
pyomnilogic_local/omnitypes.py,sha256=
|
19
|
+
pyomnilogic_local/omnitypes.py,sha256=mOhgmRaCcx15e8sw-x_VGmQqiLSVNhfGpV2slIqMJ4g,8395
|
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.19.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
23
|
+
python_omnilogic_local-0.19.0.dist-info/METADATA,sha256=c0KTxQqDSLvT4G6qdv2Q46Y-SOyTaGnAWbCcjF1CM8o,2672
|
24
|
+
python_omnilogic_local-0.19.0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
25
|
+
python_omnilogic_local-0.19.0.dist-info/entry_points.txt,sha256=We3r6ccF9wjWKBBSywFoYUJyL1TdGI1Pjw8-0L44kvw,66
|
26
|
+
python_omnilogic_local-0.19.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{python_omnilogic_local-0.17.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/entry_points.txt
RENAMED
File without changes
|