@justair/justair-library 4.13.0 → 4.14.0-alpha.b0fe5a8

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":"AAiLA,iCAwHE;AA6IF,2BAA4D;AAvS5D,qCA4BE;AAGF,+BAAwE;AA7KxE,sCAsBE"}
1
+ {"version":3,"file":"monitors.d.ts","sourceRoot":"","sources":["../../src/models/monitors.js"],"names":[],"mappings":"AAiLA,iCA0HE;AA6IF,2BAA4D;AAzS5D,qCA4BE;AAGF,+BAAwE;AA7KxE,sCAsBE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justair/justair-library",
3
- "version": "4.13.0",
3
+ "version": "4.14.0-alpha.b0fe5a8",
4
4
  "description": "JustAir Internal Library",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -291,6 +291,8 @@ const monitorsSchema = mongoose.Schema(
291
291
  },
292
292
  // Optional Clarity node ID (1:1 relationship with Node-S sensor)
293
293
  nodeId: { type: String },
294
+ // Active alarms from Clarity node (keyed by alarmType)
295
+ activeAlarms: { type: Object },
294
296
  },
295
297
  {
296
298
  timestamps: true,