Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 476 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 476 Bytes

homebridge-ins-control

Homebridge Config

   {
      "accessories": [
          {
              "name": "Garage",
              "btnCode": " 210 0001 ",
              "identifier": "GARAGE"
          },
          {
              "name": "door",
              "btnCode": " 210 0002 ",
              "identifier": "DOOR"
          }
      ],
      "host": "000.000.000.000",
      "port": 50000,
      "serialKey": "123456",
      "platform": "InsControl"
    }