update hardware nodes info style

This commit is contained in:
Dave Conway-Jones
2016-03-02 13:25:52 +00:00
parent 88985f4fe7
commit 81c532fdce
42 changed files with 130 additions and 125 deletions

View File

@@ -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>

View File

@@ -6,7 +6,7 @@ A pair of <a href="http://nodered.org" target="_new">Node-RED</a> nodes to contr
Install
-------
Run the following command in the root directory of your Node-RED install
Run the following command in your Node-RED user directory - typically `~/.node-red`
npm install node-red-node-wemo
@@ -16,11 +16,11 @@ Usage
It doesn't yet do any ip address discovery of the wemo devices.
###Wemo output node.
### Wemo output node.
Expects a **msg.payload** with either 1/0, on/off or true/false.
Expects a `msg.payload` with either 1/0, on/off or true/false.
###Wemo input node.
### Wemo input node.
Creates a **msg.payload** with either 1, 0, nc (no change), or na (not available).
Creates a `msg.payload` with either 1, 0, nc (no change), or na (not available).

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-wemo",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node to control a Belkin Wemo set of devices.",
"dependencies" : {
"wemo" : "0.2.*"