homebridge-motionsensor

1.0.2 • Public • Published

homebridge-motionsensor

Motion detect via MQTT in Homebridge

Installation

sudo npm install -g homebridge-motionsensor

Sample HomeBridge Configuration

{
  "bridge": {
"name": "HomeBridge",
"username": "AB:45:CD:Q1:CE:12",
"port": 51826,
"pin": "123-45-321"

  },
    "description": "",
      "accessories": [
{
  "accessory": "mqtt-motion-sensor",
  "name": "Motion Sensor",
  "url": "mqtt://localhost",
  "topic": "getMotionDetect",
  "username": "username",
  "password": "password"
}
  ],
"platforms": []
}

Package Sidebar

Install

npm i homebridge-motionsensor

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

3.16 kB

Total Files

3

Last publish

Collaborators

  • patelgaurav4u