forked from ActiveByte/homebridge-loxone-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-sample.json
34 lines (34 loc) · 868 Bytes
/
config-sample.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
{
"platform": "LoxoneWs",
"host": "192.168.1.27",
"port": "80",
"username": "homebridge",
"password": "homebridge",
"options": {
"StairwellSwitch": "pulse",
"moodSwitches": "none",
"radioSwitches": 1,
"alarmSystem": "delayedon",
"alarmTrigerLevel": 5,
"autoLock": 1,
"autoLockDelay": 5
},
"alias": {
"Lighting": "Lighting",
"Outlet": "Outlet",
"Doorbell": "Doorbell",
"Trigger": "Trigger",
"Contact": "Contact",
"Motion": "Motion",
"Brightness": "Brightness",
"Temperature": "Temperature",
"Humidity": "Humidity",
"Leak": "Leak",
"Smoke": "Smoke",
"Valve": "Valve",
"Sprinklers": "Sprinklers",
"Fan": "Fan",
"Lock": "Lock",
"DefaultMood": "Off"
}
}