@kala4ek/homebridge-starline
Version:
StarLine plugin for Homebridge
33 lines (32 loc) • 833 B
JSON
{
"bridge": {
"name": "Homebridge test",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-155"
},
"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
"accessories": [],
"platforms": [
{
"platform": "StarlinePlatform",
"devices": [
{
"name": "M32 CanLin T Evo X",
"username": "",
"password": "",
"appId": "",
"secret": "",
"interval": 120000,
"patchAccessories": [
{
"code": "Webasto",
"disabled": false,
"name": "Вебаста"
}
]
}
]
}
]
}