@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,iCA8HE;AAuIF,2BAA4D;AAvS5D,qCA4BE;AAGF,+BAAwE;AAvJxE,sCAAoD"}
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justair/justair-library",
3
- "version": "6.1.0",
3
+ "version": "6.2.0-alpha.5b2fab0",
4
4
  "description": "JustAir Internal Library",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -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,