forked from bdraco/homebridge-nexia-thermostat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
36 lines (36 loc) · 1.06 KB
/
config.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
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "Crown Homebridge",
"accessories": [
{
"accessory": "NexiaThermostat",
"name": "Downstairs",
"apiroute": "https://www.mynexia.com/mobile/",
"houseId": "231228",
"thermostatId": 123456,
"xMobileId": "1102012",
"xApiKey": "fa6bd25c8d317efee8eefe357d2ac985",
"manufacturer": "Nexia",
"model": "GoldXV",
"serialNumber": "ACONT824"
},
{
"accessory": "NexiaThermostat",
"name": "Upstairs",
"apiroute": "https://www.mynexia.com/mobile/",
"houseId": "231228",
"thermostatId": 123457,
"xMobileId": "1102012",
"xApiKey": "fa6bd25c8d317efee8eefe357d2ac985",
"manufacturer": "Nexia",
"model": "GoldXV",
"serialNumber": "ACONT824"
}
],
"platforms": []
}