UNPKG

homebridge-contact-sensor

Version:

A Homebridge plugin for a contact sensor via GPIO of a Raspberry Pi.

21 lines 570 B
{ "bridge": { "name": "Test Homebridge", "username": "CC:22:3D:E3:CC:30", "port": 51826, "pin": "031-45-154", "manufacturer": "JM", "model": "Homebridge", "serialNumber": "0.4.20" }, "description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.", "accessories": [ { "accessory": "ContactSensor", "name": "ContactSensor1", "pin": 2 } ], "platforms": [ ] }