-
Notifications
You must be signed in to change notification settings - Fork 1
/
devicepluginsensorstation.json
90 lines (85 loc) · 3.64 KB
/
devicepluginsensorstation.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
{
"name": "SensorStation",
"displayName": "Sensors station",
"id": "7e3aa6ac-dfd5-4a59-8d26-d606cecb0012",
"vendors": [
{
"name": "guh",
"displayName": "guh GmbH",
"id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6",
"deviceClasses": [
{
"name": "sensorStation",
"displayName": "Sensor station",
"id": "2369e4a9-9320-444a-a6a3-3a2bbce38ddd",
"deviceIcon": "None",
"createMethods": ["user"],
"interfaces": [ "connectable", "pressuresensor", "temperaturesensor", "humiditysensor", "lightsensor", "co2sensor" ],
"basicTags": [ ],
"paramTypes": [ ],
"stateTypes": [
{
"id": "00069d99-99e0-4bd4-9435-138ca8cb4fa6",
"name": "connected",
"displayName": "Available",
"displayNameEvent": "Available changed",
"type": "bool",
"defaultValue": false
},
{
"id": "5fce7e33-5402-422a-8277-cb43ce491ce5",
"name": "pressure",
"displayName": "Pressure",
"displayNameEvent": "Pressure changed",
"type": "double",
"unit": "MilliBar",
"defaultValue": 0
},
{
"id": "fca3f10b-e6ab-4c11-8c7a-fdfe92d00b8f",
"name": "temperature",
"displayName": "Temperature",
"displayNameEvent": "Temperature changed",
"type": "double",
"unit": "DegreeCelsius",
"defaultValue": 0
},
{
"id": "b0cd0e7a-a015-49fb-a8a4-0674be28ae93",
"name": "humidity",
"displayName": "Humidity",
"displayNameEvent": "Humidity changed",
"type": "double",
"unit": "Percentage",
"minValue": 0,
"maxValue": 100,
"defaultValue": 0
},
{
"id": "309b49d9-e79b-4b8b-ad14-3c29fdba73ee",
"name": "lightIntensity",
"displayName": "Light intensity",
"displayNameEvent": "Light intensity changed",
"type": "double",
"unit": "Lux",
"defaultValue": 0
},
{
"id": "c8403b02-6e3c-4881-b0e5-2fbc86ca6990",
"name": "co2",
"displayName": "Air quality",
"displayNameEvent": "Air quality changed",
"type": "double",
"unit": "PartsPerMillion",
"defaultValue": 0
}
],
"actionTypes":[
],
"eventTypes":[
]
}
]
}
]
}