Add stomp, ping, wol, wemo nodes to npm

and add fa icons
This commit is contained in:
Dave C-J
2014-07-27 18:05:23 +01:00
parent f21a08afe6
commit 434d9808a9
16 changed files with 909 additions and 19 deletions

View File

@@ -16,11 +16,11 @@
<script type="text/x-red" data-template-name="wake on lan">
<div class="form-row">
<label for="node-input-mac"><i class="icon-globe"></i> MAC Address</label>
<label for="node-input-mac"><i class="fa fa-globe"></i> MAC Address</label>
<input type="text" id="node-input-mac" placeholder="DE:AD:BE:EF:FE:ED">
</div>
<div class="form-row">
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div>
<div class="form-tips">Tip: leave blank if you want to use <b>msg.mac</b> to dynamically set target mac address.</div>