-
Notifications
You must be signed in to change notification settings - Fork 0
/
devices.json
58 lines (58 loc) · 1.31 KB
/
devices.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
[
{
"name" : "Table",
"type" : "light",
"hostname" : "127.0.0.1",
"topic" : "lights/table"
},
{
"name" : "Sol",
"type" : "light",
"hostname" : "127.0.0.1",
"topic" : "lights/sol"
},
{
"name" : "Imprimante 3D",
"type" : "outlet",
"hostname" : "127.0.0.1",
"topic" : "outlets/impr3d"
},
{
"name": "Bouilloire",
"type": "outlet",
"hostname": "127.0.0.1",
"topic": "outlets/boiler"
},
{
"name": "Lampe cuisine",
"type": "light",
"hostname": "127.0.0.1",
"topic": "lights/lampe_cuisine"
},
{
"name": "Bouilloire Cuisine",
"type": "kettle",
"hostname": "127.0.0.1",
"topic": "outlets/boiler"
},
{
"name": "Qualitée de l'air",
"type": "sensor",
"hostname": "127.0.0.1",
"topic": "sensors/temperature",
"unit": "ppm",
"icon_path": "/icons/icons8-hygrometer-48.png"
},
{
"name": "Temperature",
"type": "temperature",
"hostname": "127.0.0.1",
"topic": "sensors/temperature"
},
{
"name": "Humiditée",
"type": "humidity",
"hostname": "127.0.0.1",
"topic": "sensors/humidity"
}
]