homebridge-rc433-motion-sensor
Version:
A Homebridge plugin for a 433 MHz motion sensor, that transmit data to a 433 MHz receiver of a Raspberry Pi.
23 lines • 623 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": "MotionSensor433MHz",
"name": "MotionSensor433MHz1",
"pin": 2,
"on": 5510485,
"off": 5510484
}
],
"platforms": [
]
}