-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.json.template
52 lines (52 loc) · 1.07 KB
/
config.json.template
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
{
"loxone" : {
"url" : "",
"user" : "",
"password" : ""
},
"oAuthUrl": "https://xxx.eu.auth0.com",
"authorizedEmails": [
""
],
"agentUserId": "loxone-12345",
"token": "abcdefghijklmnop",
"testMode": false,
"log": false,
"components": [
{
"id": "103f2b65-00f3-012c-ffff6f38d2573aec",
"name": "Dressing",
"type": "LIGHT",
"loxoneType": "Light"
},
{
"id": "103f2b65-00f3-012c-ffff6f38d2573aec",
"name": "Dressing",
"type": "LIGHT",
"loxoneType": "Light",
"extendedOption": {
"brightness": true
}
},
{
"id": "0e733ba6-033a-2b2b-ffffb7fe2005e936",
"name": "Piscine",
"type": "THERMOSTAT",
"loxoneType": "Temperature",
"format": "°C"
},
{
"id": "0fd845c1-038a-12c9-ffffb7fe2005e936",
"name": "Garage",
"type": "SWITCH",
"loxoneType": "Door"
},
{
"id": "11f58b2f-034e-25ec-ffffb5ac4f3ca8bd",
"name": "Volet",
"type": "BLINDS",
"room": "Salon",
"loxoneType": "Blind"
}
]
}