Easily integrate your edimax smartplug into your node-RED flow.
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
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.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Jochen Scheib
MIT