0.0.3 • Published 3 years ago

homebridge-sr201 v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

homebridge-sr201

Homebridge plugin for SR201 relay.

License: MIT

References

Credits to cryxli/sr201 for protocol details.

Usage

Add the following content to your config.json:

{
  "accessory": "SR201Relay",
  "name": "My SR201 Relay",
  "address": "192.168.1.100",
  "index": 1
}

with:

  • accessory: set to "SR201Relay"
  • name: your module name
  • address: the ip address of the module
  • index: the relay you wish to manage on your module (starting from 1)

Licensing

This project is licensed under the MIT license.