@justair/justair-library 6.1.0 → 6.2.0-alpha.74d54b0

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,iCAgIE;AAuIF,2BAA4D;AAzS5D,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.74d54b0",
4
4
  "description": "JustAir Internal Library",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -277,6 +277,8 @@ 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 ({ pct, fetchedAt })
281
+ waterLevel: { type: Object },
280
282
  },
281
283
  {
282
284
  timestamps: true,