1.1.2 ā€¢ Published 1 year ago

homebridge-switch-cmd v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

homebridge plugin Execute command on switch

šŸ  Homepage

Prerequisites

  • homebridge >=1.0.0

Install

sudo npm install -g homebridge-switch-cmd

Configuration Example

"accessories": [
    {
      "accessory": "SwitchCmd",
      "name": "Switch CMD",
      "onCmd": "/homebridge/control/onCmd.sh",
      "offCmd": "/homebridge/control/offCmd.sh"
    }
  ]

Configuration Parameters

name Name to display in home app onCmd CLI commands executed when the switch is turned ON offCmd CLI commands executed when the switch is turned OFF

Run tests

npm run test

Author

šŸ‘¤ hiroshimac

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2023 hiroshimac. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago