homebridge-toonhacked
Version:
Using your rooted Toon with HomeBridge
27 lines (23 loc) • 523 B
JSON
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file for Toon.",
"accessories": [
{
"accessory": "Thermostat",
"name": "Toon Thermostaat",
"apiroute": "http://YourToonIP",
//optional
"maxTemp": "26",
"minTemp": "15"
}
],
"platforms": [
{
}
]
}