snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 55 forks source link

config-example.json GarageDoorOpener #34

Closed giase82 closed 7 years ago

giase82 commented 8 years ago

The value for "TargetDoorState" should be "Set" not "Listen" (Correct?)

gjniewenhuijse commented 8 years ago
{
    "accessory_type": "knxdevice",
    "description": "sample garage door opener",
    "name": "Garagedoor",
    "services": [
        {
            "type": "GarageDoorOpener",
            "name": "Garagedoor",
            "CurrentDoorState": {
                "Listen": ["15/1/3"]
                    },
            "TargetDoorState": {
                "Set": "15/1/2"
            }
        }
    ]
}

(edit: formatting as JSON - regards snowdd1)

snowdd1 commented 7 years ago

stale or solved.