node-red/node-red-nodes

node-red-nodes-wol mac address format sample

novski opened this issue · 1 comments

Please add a sample MAC address string.
It's not clear whether it has to be short a1b2c3d4e5f6 or with semicolons a1:b2:c3:d4:e5:f6 or maybe capital: A1:B2:C3:D4:E5:F6.
A sample flow would help also.
Thanks!

Upper/lowercase shouldn't matter and it's with : or - for separators between pairs of characters or no separator. (it used https://www.npmjs.com/package/wake_on_lan to make the actual request)

Please feel free to raise a pull request to add a place holder in the config dialog.

I'm not sure what good a sample flow would give as the most basic usecase is just this node with a inject node wired to it.