node-red-node-wol: add host field to set target IP address (#252)

Thanks @nlecaude
This commit is contained in:
Nathanaël Lécaudé
2016-11-13 17:51:31 +08:00
committed by Dave Conway-Jones
parent 1bfda975ef
commit 5c1edc641a
3 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-wol",
"version" : "0.0.7",
"version" : "0.0.8",
"description" : "A Node-RED node to send Wake-On-LAN (WOL) magic packets",
"dependencies" : {
"wake_on_lan" : "0.0.4"