{ "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:///all?r=255&g=255&b=255", "powerOff": "http:///off" }, "brightness": { "status": "http:///get_brightness", "url": "http:///set_brightness?c=%s" }, "color": { "status": "http:///get_color", "url": "http:///all?rgb=%s", "brightness": true } } ], "platforms": [ ] }