1.0.0 • Published 8 months ago

@gomesaraujo/homebridge-ins-control v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

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"
    }
1.0.0

8 months ago