@justair/justair-library 4.12.0 → 4.13.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justair/justair-library",
3
- "version": "4.12.0",
3
+ "version": "4.13.0",
4
4
  "description": "JustAir Internal Library",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -289,8 +289,8 @@ const monitorsSchema = mongoose.Schema(
289
289
  enum: Object.values(deploymentTypesEnum),
290
290
  default: deploymentTypesEnum.STATIONARY,
291
291
  },
292
- // Optional node Ids for Clarity (supports multiple nodes per monitor)
293
- nodeIds: { type: [String], default: [] },
292
+ // Optional Clarity node ID (1:1 relationship with Node-S sensor)
293
+ nodeId: { type: String },
294
294
  },
295
295
  {
296
296
  timestamps: true,