1.0.1 • Published 4 years ago

homebridge-mqtt-lock v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

homebridge-mqtt-lock

An auto-locking homebridge lock using MQTT.

Usage

{
  "accessories": [
    {
      "accessory": "MQTTLock",
      "name": "RealFakeDoor",
      "autoLock": true,
      "autoLockDelay": 10000,
      "mqttBroker": "127.0.0.1",
      "getTopic": "RealFakeDoor/Get",
      "setTopic": "RealFakeDoor/Set"
    }
  ]
}

Development

During development rsync helped a lot with syncing the plugin to my Raspberry Pi.

rsync -r --exclude 'node_modules' . docker.local:/home/pi/homebridge/custom-plugins/homebridge-mqtt-lock

License

MIT License

1.0.1

4 years ago

1.0.0

4 years ago