homebridge-gpio-motion-sensor
Version:
A Homebridge plugin for a infrared sensor via GPIO of a Raspberry Pi.
21 lines • 568 B
JSON
{
"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": "MotionSensor",
"name": "MotionSensor1",
"pin": 2
}
],
"platforms": [
]
}