{
    "bridge": {
        "name": "Homebridge_MForge",
        "username": "A1:BC:98:F1:FF:33",
        "port": 52460,
        "pin": "131-55-254"
    },

    "accessories": [
       {
           "accessory": "RaspPiGPIOGarageDoor",
           "name": "Porte Garage",
           "doorSwitchPin": 23,
           "doorSwitchPressTimeInMs": 1000,
           "doorSwitchValue": 1,
           "closedDoorSensorPin": 24,
           "closedDoorSensorValue": 1,
           "openDoorSensorPin": 25,
           "openDoorSensorValue": 1,
           "doorPollInMs": 4000,
           "doorOpensInSeconds": 14
       }
   ]
}