mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
update hardware nodes info style
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="wemo out">
|
||||
<p>Wemo output node. Expects a <b>msg.payload</b> with either 1/0, on/off or true/false.</p>
|
||||
<p>Wemo output node. Expects a <code>msg.payload</code> with either 1/0, on/off or true/false.</p>
|
||||
<p>It doesn't yet do any ip address discovery of the wemo devices.</p>
|
||||
</script>
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="wemo in">
|
||||
<p>Wemo input node. Creates a <b>msg.payload</b> with either 1, 0, nc (no change), or na (not available).</p>
|
||||
<p>Wemo input node. Creates a <code>msg.payload</code> with either 1, 0, nc (no change), or na (not available).</p>
|
||||
<p>It doesn't yet do any ip address discovery of the wemo devices.</p>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user