@justair/justair-library 6.1.0 → 6.2.0-alpha.5b2fab0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitors.d.ts","sourceRoot":"","sources":["../../src/models/monitors.js"],"names":[],"mappings":"AA6JA,
|
|
1
|
+
{"version":3,"file":"monitors.d.ts","sourceRoot":"","sources":["../../src/models/monitors.js"],"names":[],"mappings":"AA6JA,iCAmIE;AAuIF,2BAA4D;AA5S5D,qCA4BE;AAGF,+BAAwE;AAvJxE,sCAAoD"}
|
package/package.json
CHANGED
package/src/models/monitors.js
CHANGED
|
@@ -277,6 +277,11 @@ const monitorsSchema = mongoose.Schema(
|
|
|
277
277
|
nodeId: { type: String },
|
|
278
278
|
// Active alarms from Clarity node (keyed by alarmType)
|
|
279
279
|
activeAlarms: { type: Object },
|
|
280
|
+
// Latest device water level from Quant AQ MOD-UFP vitals
|
|
281
|
+
waterLevel: {
|
|
282
|
+
pct: { type: Number },
|
|
283
|
+
fetchedAt: { type: Date },
|
|
284
|
+
},
|
|
280
285
|
},
|
|
281
286
|
{
|
|
282
287
|
timestamps: true,
|