python-omnilogic-local 0.18.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/omnitypes.py +13 -0
- {python_omnilogic_local-0.18.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/METADATA +1 -1
- {python_omnilogic_local-0.18.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/RECORD +6 -6
- {python_omnilogic_local-0.18.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/LICENSE +0 -0
- {python_omnilogic_local-0.18.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/WHEEL +0 -0
- {python_omnilogic_local-0.18.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/entry_points.txt +0 -0
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
|
@@ -16,11 +16,11 @@ pyomnilogic_local/models/leadmessage.py,sha256=XnzXTpLLQzhLQR1OgfAjKmW5N8BBgM7Or
|
|
16
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.18.0.dist-info → python_omnilogic_local-0.19.0.dist-info}/entry_points.txt
RENAMED
File without changes
|