ato-water-lib 0.0.57 → 0.0.59
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/constants/base64.const.mjs +2 -2
- package/esm2020/lib/constants/components-group-const.mjs +26 -6
- package/fesm2015/ato-water-lib.mjs +26 -6
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +26 -6
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/constants/components-group-const.d.ts +20 -0
- package/package.json +1 -1
@@ -40,9 +40,13 @@ export declare enum ENUM_ASSET_PARAMETERS {
|
|
40
40
|
KPI_CYCLES = "KpiCycles",
|
41
41
|
KPI_ATP = "KpiATP",
|
42
42
|
TOTAL_IRON = "Total Iron",
|
43
|
+
CATIONIC_CONDUCTIVITY = "Cationic Conductivity",
|
44
|
+
INTERNAL_TREATMENT_PHOSPHATE = "Internal Treatment Phosphate",
|
43
45
|
PHOSPHATE = "Phosphate",
|
44
46
|
MOLYBDATE = "Molybdate",
|
45
47
|
M_ALKALINITY = "M-Alkalinity",
|
48
|
+
CYCLES = "Cycles",
|
49
|
+
SOLUBLE_IRON = "Soluble Iron",
|
46
50
|
FLOW = "Flow",
|
47
51
|
FLOW_RATE = "Flow Rate"
|
48
52
|
}
|
@@ -262,6 +266,22 @@ export declare const DATA_ASSET_PARAMETER_FIELDS: {
|
|
262
266
|
name: ENUM_ASSET_PARAMETERS;
|
263
267
|
key: ENUM_ASSET_PARAMETERS;
|
264
268
|
};
|
269
|
+
"Cationic Conductivity": {
|
270
|
+
name: ENUM_ASSET_PARAMETERS;
|
271
|
+
key: ENUM_ASSET_PARAMETERS;
|
272
|
+
};
|
273
|
+
Cycles: {
|
274
|
+
name: ENUM_ASSET_PARAMETERS;
|
275
|
+
key: ENUM_ASSET_PARAMETERS;
|
276
|
+
};
|
277
|
+
"Soluble Iron": {
|
278
|
+
name: ENUM_ASSET_PARAMETERS;
|
279
|
+
key: ENUM_ASSET_PARAMETERS;
|
280
|
+
};
|
281
|
+
"Internal Treatment Phosphate": {
|
282
|
+
name: ENUM_ASSET_PARAMETERS;
|
283
|
+
key: ENUM_ASSET_PARAMETERS;
|
284
|
+
};
|
265
285
|
Flow: {
|
266
286
|
name: ENUM_ASSET_PARAMETERS;
|
267
287
|
key: ENUM_ASSET_PARAMETERS;
|