Skip to content

Commit 83c4c23

Browse files
beta version of DTDL digital twin
1 parent bdd4672 commit 83c4c23

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

AirQualityObserved/schemaDTDL.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@
6262
"schema": "long",
6363
"comment": "Cadmium detected"
6464
},
65+
{
66+
"name": "charge",
67+
"writable": true,
68+
"displayName": "charge",
69+
"@type": "Property",
70+
"schema": "long",
71+
"comment": "Input charging voltage of the monitoring device."
72+
},
6573
{
6674
"name": "co",
6775
"writable": true,
@@ -211,6 +219,14 @@
211219
"schema": "long",
212220
"comment": "Particulate matter 2.5 micrometers or less in diameter"
213221
},
222+
{
223+
"name": "pm4",
224+
"writable": true,
225+
"displayName": "pm4",
226+
"@type": "Property",
227+
"schema": "long",
228+
"comment": "Particulate matter 4 micrometers or less in diameter"
229+
},
214230
{
215231
"name": "precipitation",
216232
"writable": true,
@@ -219,6 +235,14 @@
219235
"schema": "long",
220236
"comment": "Amount of water rain"
221237
},
238+
{
239+
"name": "pressure",
240+
"writable": true,
241+
"displayName": "pressure",
242+
"@type": "Property",
243+
"schema": "long",
244+
"comment": "Atmospheric pressure (hPa) observed."
245+
},
222246
{
223247
"name": "refDevice",
224248
"writable": true,
@@ -287,6 +311,22 @@
287311
"schema": "long",
288312
"comment": "Temperature of the item"
289313
},
314+
{
315+
"name": "tpc",
316+
"writable": true,
317+
"displayName": "tpc",
318+
"@type": "Property",
319+
"schema": "long",
320+
"comment": "Total Particulate Counter (Total concentration of particles suspended in the air.)"
321+
},
322+
{
323+
"name": "tsp",
324+
"writable": true,
325+
"displayName": "tsp",
326+
"@type": "Property",
327+
"schema": "long",
328+
"comment": "Total Suspended Particles (Concentration of all airborne particles regardless of their size or composition.)"
329+
},
290330
{
291331
"name": "volatileOrganicCompoundsTotal",
292332
"writable": true,

0 commit comments

Comments
 (0)