node-red-contrib-smartplug
v2.0.0
Published
Node-RED node to access edimax smartplug
Downloads
40
Readme
Edimax Smartplug for Node-RED
Easily integrate your edimax smartplug into your node-RED flow.
Installation
Just install this plugin in your Node-RED folder by using npm:
npm install node-red-contrib-smartplug
Or if you have installed Node-RED globally use:
npm install -g node-red-contrib-smartplug
Usage
This packages brings two nodes to your node-RED palette:
The input node polls the status of your Edimax Smartplug device and injects the result to your flow.
The output node lets you change the state of your Edimax Smartplug by sending true respectively false to the input. It is able to inject the new state to the flow as output.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
Credits
Jochen Scheib
License
MIT