-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonething.json
90 lines (88 loc) · 2.36 KB
/
onething.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"thing": {
"name": "BeagleBoneBlack",
"description": "Single Board Computer",
"properties": {
"model": "RevC",
"processor": "Cortex-A8",
"clock": "1GHz",
"memory": "512MB DDR3",
"storage": "4GB eMMC",
"network connection": "Ethernet"
},
"Locations": [
{
"name": "Embedded Systems Lab",
"encodingType": "application/vnd.geo+json",
"description": "Center for Research Computing, University of Notre Dame",
"location": {
"coordinates": [
41.704681,
-86.2355368
],
"type": "Point"
}
}
]
},
"observed_property": {
"name": "Temperature",
"description": "Temperature in degrees Celcius",
"definition": "https://en.wikipedia.org/wiki/Temperature"
},
"observed_property": {
"name": "Relative Humidity",
"description": "Relative Humidity",
"definition": "https://en.wikipedia.org/wiki/Relative_humidity"
},
"sensor": {
"name": "DHT11",
"encodingType": "application/pdf",
"metadata": "https://www.mouser.com/ds/2/758/DHT11-Technical-Data-Sheet-Translated-Version-1143054.pdf",
"description": "KY-015 DHT11 Temperature and Humidity sensor"
},
"datastream": {
"name": "Temperature",
"unitOfMeasurement": {
"name": "Celcius",
"symbol": "C",
"definition": "https://en.wikipedia.org/wiki/Temperature"
},
"Thing": {
"@iot.id": ""
},
"description": "Current temperature in room 318 FLanner Hall University of Notre Dame",
"Sensor": {
"@iot.id": ""
},
"ObservedProperty": {
"@iot.id": ""
},
"observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_CountObservation"
},
"datastream": {
"name": "Relative Humidity",
"unitOfMeasurement": {
"name": "Percentage",
"symbol": "%",
"definition": "https://en.wikipedia.org/wiki/Relative_humidity"
},
"Thing": {
"@iot.id": ""
},
"description": "Current relative humidity in room 318 Flanner Hall University of Notre Dame",
"Sensor": {
"@iot.id": ""
},
"ObservedProperty": {
"@iot.id": ""
},
"observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_CountObservation"
},
"observation": {
"result": "",
"Datastream": {
"@iot.id": ""
}
}
}