You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Input charging voltage of the monitoring device.
142
+
minimum: 0
143
+
type: number
144
+
x-ngsi:
145
+
type: Property
140
146
co:
141
147
description: Carbon Monoxide detected
142
148
minimum: 0
@@ -199,7 +205,7 @@ AirQualityObserved:
199
205
type: Property
200
206
description: Unique identifier of the entity
201
207
x-ngsi:
202
-
type: Property
208
+
type: Relationship
203
209
location:
204
210
description: 'Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon'
205
211
oneOf:
@@ -418,7 +424,7 @@ AirQualityObserved:
418
424
type: Property
419
425
description: Unique identifier of the entity
420
426
x-ngsi:
421
-
type: Property
427
+
type: Relationship
422
428
type: array
423
429
x-ngsi:
424
430
type: Property
@@ -445,6 +451,12 @@ AirQualityObserved:
445
451
type: number
446
452
x-ngsi:
447
453
type: Property
454
+
pm4:
455
+
description: Particulate matter 4 micrometers or less in diameter
456
+
minimum: 0
457
+
type: number
458
+
x-ngsi:
459
+
type: Property
448
460
precipitation:
449
461
description: Amount of water rain
450
462
minimum: 0
@@ -453,6 +465,12 @@ AirQualityObserved:
453
465
model: https://schema.org/Number
454
466
type: Property
455
467
units: Liters per square meter
468
+
pressure:
469
+
description: Atmospheric pressure (hPa) observed.
470
+
minimum: 0
471
+
type: number
472
+
x-ngsi:
473
+
type: Property
456
474
refDevice:
457
475
anyOf:
458
476
- description: Identifier format of any NGSI entity
@@ -553,6 +571,18 @@ AirQualityObserved:
553
571
type: number
554
572
x-ngsi:
555
573
type: Property
574
+
tpc:
575
+
description: Total Particulate Counter (Total concentration of particles suspended in the air.)
576
+
minimum: 0
577
+
type: number
578
+
x-ngsi:
579
+
type: Property
580
+
tsp:
581
+
description: Total Suspended Particles (Concentration of all airborne particles regardless of their size or composition.)
582
+
minimum: 0
583
+
type: number
584
+
x-ngsi:
585
+
type: Property
556
586
type:
557
587
description: NGSI Entity type. It has to be AirQualityObserved
558
588
enum:
@@ -597,11 +627,11 @@ AirQualityObserved:
597
627
- location
598
628
type: object
599
629
x-derived-from: ""
600
-
x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2023 Contributors to Smart Data Models Program'
630
+
x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2024 Contributors to Smart Data Models Program'
0 commit comments