This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
HealthDevice.json
65 lines (65 loc) · 1.64 KB
/
HealthDevice.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
{
"@id": "urn:lucacpm:HealthDevice:1",
"@type": "CapabilityModel",
"implements": [
{
"@id": "urn:lucacpm:HealthDevice:m0bszgacs:1",
"@type": "InterfaceInstance",
"displayName": {
"en": "Telemetry"
},
"name": "telemetry",
"schema": {
"@id": "urn:lucacpm:HealthDevice:telemetry:2",
"@type": "Interface",
"displayName": {
"en": "Telemetry"
},
"contents": [
{
"@id": "urn:lucacpm:HealthDevice:temperature:1",
"@type": [
"Telemetry",
"SemanticType/Temperature"
],
"displayName": {
"en": "Temperature"
},
"name": "ble00002A1C00001000800000805f9b34fb",
"schema": "double"
},
{
"@id": "urn:lucacpm:HealthDevice:heartrate:1",
"@type": "Telemetry",
"displayName": {
"en": "Heart Rate"
},
"name": "ble00002A3700001000800000805f9b34fb",
"displayUnit": {
"en": "BPM"
},
"schema": "double"
},
{
"@id": "urn:lucacpm:HealthDevice:pressure:1",
"@type": [
"Telemetry",
"SemanticType/Pressure"
],
"displayName": {
"en": "Blood Pressure"
},
"name": "ble00002A3500001000800000805f9b34fb",
"schema": "double"
}
]
}
}
],
"displayName": {
"en": "HealthDevice"
},
"@context": [
"http://azureiot.com/v1/contexts/IoTModel.json"
]
}