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>
|
||||
|
||||
|
@@ -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).
|
||||
|
@@ -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.*"
|
||||
|
Reference in New Issue
Block a user