-
Notifications
You must be signed in to change notification settings - Fork 0
/
waste_bin.json
240 lines (240 loc) · 7.66 KB
/
waste_bin.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_te:1",
"@type": "CapabilityModel",
"implements": [
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_te:pzub_frj:1",
"@type": "InterfaceInstance",
"displayName": {
"en": "Waste Bin monitors"
},
"name": "Connected_Waste_Bin_7dd",
"schema": {
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:1",
"@type": "Interface",
"displayName": {
"en": "Waste Bin monitors"
},
"contents": [
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:FillLevel:1",
"@type": "Telemetry",
"displayName": {
"en": "Fill level"
},
"name": "FillLevel",
"schema": "integer"
},
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:Weight:1",
"@type": "Telemetry",
"displayName": {
"en": "Weight"
},
"name": "Weight",
"schema": "double"
},
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:Location:1",
"@type": [
"Property",
"SemanticType/Location"
],
"displayName": {
"en": "Location"
},
"name": "Location",
"schema": "geopoint"
},
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:OdorMeter:1",
"@type": "Telemetry",
"displayName": {
"en": "Odor meter"
},
"name": "OdorMeter",
"schema": "integer"
},
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:BinType:1",
"@type": "Property",
"displayName": {
"en": "Bin type"
},
"name": "BinType",
"writable": true,
"schema": "string"
},
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:BinState:1",
"@type": [
"Telemetry",
"SemanticType/State"
],
"displayName": {
"en": "Bin state"
},
"name": "BinState",
"schema": {
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:BinState:xlzxxso3:1",
"@type": "Enum",
"valueSchema": "integer",
"enumValues": [
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:BinState:xlzxxso3:Empty:1",
"@type": "EnumValue",
"displayName": {
"en": "Empty"
},
"enumValue": 0,
"name": "Empty"
},
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:BinState:xlzxxso3:NonEmpty:1",
"@type": "EnumValue",
"displayName": {
"en": "Non Empty"
},
"enumValue": 1,
"name": "NonEmpty"
}
]
}
},
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_7dd:TiltSensor:1",
"@type": "Telemetry",
"displayName": {
"en": "Tilt sensor"
},
"name": "TiltSensor",
"schema": "double"
}
]
}
},
{
"@id": "urn:connectedWasteManagement:Connected_Waste_Bin_te:ipjs68ct:1",
"@type": "InterfaceInstance",
"name": "Device_information_4jp",
"schema": {
"@id": "urn:azureiot:DeviceManagement:DeviceInformation:1",
"@type": "Interface",
"displayName": {
"en": "Device Information"
},
"contents": [
{
"@id": "urn:azureiot:DeviceManagement:DeviceInformation:manufacturer:1",
"@type": "Property",
"description": {
"en": "Company name of the device manufacturer. This could be the same as the name of the original equipment manufacturer (OEM). Ex. Contoso."
},
"displayName": {
"en": "Manufacturer"
},
"name": "manufacturer",
"schema": "string"
},
{
"@id": "urn:azureiot:DeviceManagement:DeviceInformation:model:1",
"@type": "Property",
"description": {
"en": "Device model name or ID. Ex. Surface Book 2."
},
"displayName": {
"en": "Device model"
},
"name": "model",
"schema": "string"
},
{
"@id": "urn:azureiot:DeviceManagement:DeviceInformation:swVersion:1",
"@type": "Property",
"description": {
"en": "Version of the software on your device. This could be the version of your firmware. Ex. 1.3.45"
},
"displayName": {
"en": "Software version"
},
"name": "swVersion",
"schema": "string"
},
{
"@id": "urn:azureiot:DeviceManagement:DeviceInformation:osName:1",
"@type": "Property",
"description": {
"en": "Name of the operating system on the device. Ex. Windows 10 IoT Core."
},
"displayName": {
"en": "Operating system name"
},
"name": "osName",
"schema": "string"
},
{
"@id": "urn:azureiot:DeviceManagement:DeviceInformation:processorArchitecture:1",
"@type": "Property",
"description": {
"en": "Architecture of the processor on the device. Ex. x64 or ARM."
},
"displayName": {
"en": "Processor architecture"
},
"name": "processorArchitecture",
"schema": "string"
},
{
"@id": "urn:azureiot:DeviceManagement:DeviceInformation:processorManufacturer:1",
"@type": "Property",
"description": {
"en": "Name of the manufacturer of the processor on the device. Ex. Intel."
},
"displayName": {
"en": "Processor manufacturer"
},
"name": "processorManufacturer",
"schema": "string"
},
{
"@id": "urn:azureiot:DeviceManagement:DeviceInformation:totalStorage:1",
"@type": "Property",
"description": {
"en": "Total available storage on the device in kilobytes. Ex. 2048000 kilobytes."
},
"displayName": {
"en": "Total storage"
},
"name": "totalStorage",
"displayUnit": {
"en": "kilobytes"
},
"schema": "long"
},
{
"@id": "urn:azureiot:DeviceManagement:DeviceInformation:totalMemory:1",
"@type": "Property",
"description": {
"en": "Total available memory on the device in kilobytes. Ex. 256000 kilobytes."
},
"displayName": {
"en": "Total memory"
},
"name": "totalMemory",
"displayUnit": {
"en": "kilobytes"
},
"schema": "long"
}
]
}
}
],
"displayName": {
"en": "Connected Waste Bin"
},
"contents": [],
"@context": [
"http://azureiot.com/v1/contexts/IoTModel.json"
]
}