{ "bridge": { "name": "Homebridge", "username": "AA:BB:CC:DD:EE:FF", "port": 51826, "pin": "012-34-567" }, "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": [ { "accessory": "HTTP-RGB", "name": "Wohnzimmerlampe", "service": "Light", "switch": { "status": "http:///get_switch", "powerOn": "http:///on", "powerOff": "http:///off" }, "brightness": { "status": "http:///get_brightness", "url": "http:///set?c=%s" }, "color": { "status": "http:///get_color", "url": "http:///set?m=0?rgb=00%s", "brightness": true } } ], "platforms": [ ] }