{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "pin": "031-45-154",
        "port": 40337
    },
    "accessories": [],
    "platforms": [
        {
            "platform": "Jablotron",
            "name": "Jablotron",
            "services": [
                {
                    "id": 123456,
                    "name": "Home",
                    "username": "username",
                    "password": "password",
                    "pincode": "pincode",
                    "autoRefresh": true,
                    "pollInterval": 60,
                    "refreshOnStateChange": true,
                    "debug": false,
                    "debugPayload": false,
                    "sections": [
                        {
                            "name": "House",
                            "cloud-component-id": "SEC-12345678",
                            "partiallyArmedMode": "Home"
                        },
                        {
                            "name": "Cellar",
                            "cloud-component-id": "SEC-12345678"
                        },
                        {
                            "name": "Terrace",
                            "cloud-component-id": "SEC-12345678"
                        }
                    ],
                    "switches": [
                        {
                            "name": "Siren",
                            "cloud-component-id": "PG-12345678"
                        }
                    ],
                    "outlets": [
                        {
                            "name": "Camera",
                            "cloud-component-id": "PG-12345678"
                        }
                    ],
                    "thermometers": [
                        {
                            "name": "Thermometer",
                            "cloud-component-id": "THM-12345678",
                            "min_temperature": -20,
                            "max_temperature": 70
                        }
                    ]
                }
            ]
        }
    ]
}