{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "031-45-154"
    },

    "description": "This is an example configuration file to configure the Indigo platform plugin. See README.md for more details.",

    "platforms": [
        {
            "platform": "Indigo",
            "name": "My Indigo Server",
            "protocol": "http",
            "host": "127.0.0.1",
            "port": "8176",
            "path": "",
            "username": "myusername",
            "password": "mypassword",
            "includeActions": true,
            "includeIds": [ "12345", "67890" ],
            "excludeIds": [ "98765", "43210" ],
            "treatAsSwitchIds": [ "13579", "24680" ],
            "treatAsLockIds": [ "112233", "445566" ],
            "treatAsDoorIds": [ "224466", "664422" ],
            "treatAsGarageDoorIds": [ "223344", "556677" ],
            "treatAsMotionSensorIds": [ "336699" ],
            "treatAsContactSensorIds": [ "446688" ],
            "treatAsWindowIds": [ "123123", "456456" ],
            "treatAsWindowCoveringIds": [ "345345", "678678" ],
            "invertOnOffIds": [ "234234", "567567" ],
            "thermostatsInCelsius": false,
            "accessoryNamePrefix": "",
            "listenPort": 8177
        }
    ],

    "accessories": [
    ]
}
