Added UDP port option to node-red-node-wol (#606)

* Added udp port option

* Added UDP port validation and msg.udpport support
This commit is contained in:
SillaRizzoli
2019-11-25 15:17:36 +01:00
committed by Dave Conway-Jones
parent e814c676d2
commit dfddf0645a
3 changed files with 16 additions and 3 deletions

View File

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