Node-RED node to access edimax smartplug
npm install node-red-contrib-smartplug


Easily integrate your edimax smartplug into your node-RED flow.
``bash`
npm install node-red-contrib-smartplug
Or if you have installed Node-RED globally use:
`bash`
npm install -g node-red-contrib-smartplug
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.
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin my-new-feature`