Skip to content

Commit

Permalink
Merge pull request #198 from datech/0.1.11
Browse files Browse the repository at this point in the history
Version 0.1.11
  • Loading branch information
datech authored Apr 15, 2024
2 parents 4a02ad1 + 04906e2 commit 20d7e14
Show file tree
Hide file tree
Showing 11 changed files with 1,911 additions and 1,744 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/node_modules
/README*.md
*/README*.md
2 changes: 1 addition & 1 deletion api/hue/templates/description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelName>Philips hue bridge 2012</modelName>
<modelNumber>1000000000000</modelNumber>
<modelURL>http://www.meethue.com</modelURL>
<serialNumber>93eadbeef13</serialNumber>
<serialNumber>93deadbeef13</serialNumber>
<UDN>uuid:{{ huehubid }}</UDN>
<serviceList>
<service>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>Inputs</h3>
<dd>Node Name is Amazon Echo Device Node Name. If payload.nodeid is set, it will be used instead</dd>

<dt>payload.on <span class="property-type">boolean</span></dt>
<dd>On state of the light (On - true, Off - false)</dd>
<dd>On state of the light (on - true, off - false)</dd>

<dt>payload.bri <span class="property-type">number</span></dt>
<dd>Brightness of the light (min 1, max 254)</dd>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h3>Outputs</h3>
<dd>State of the light (on, off)</dd>

<dt>on <span class="property-type">boolean</span></dt>
<dd>On state of the light (On - true, Off - false)</dd>
<dd>On state of the light (on - true, off - false)</dd>

<dt>bri <span class="property-type">number</span></dt>
<dd>Brightness of the light (min 1, max 254)</dd>
Expand Down Expand Up @@ -202,7 +202,7 @@ <h3>Outputs</h3>
<h3>Outputs</h3>
<dl class="message-properties">
<dt>payload <span class="property-type">string</span></dt>
<dd>On state of the light (On - true, Off - false)</dd>
<dd>On state of the light (on - true, off - false)</dd>

<dt>on <span class="property-type">boolean</span></dt>
<dd>On/Off state of the light</dd>
Expand Down
2 changes: 1 addition & 1 deletion nodes/amazon-echo-device.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<h3>Outputs</h3>
<dl class="message-properties">
<dt>payload <span class="property-type">string</span></dt>
<dd>On state of the light (On - true, Off - false)</dd>
<dd>On state of the light (on - true, off - false)</dd>

<dt>on <span class="property-type">boolean</span></dt>
<dd>On/Off state of the light</dd>
Expand Down
4 changes: 2 additions & 2 deletions nodes/amazon-echo-hub.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>Inputs</h3>
<dd>Node Name is Amazon Echo Device Node Name. If payload.nodeid is set, it will be used instead</dd>

<dt>payload.on <span class="property-type">boolean</span></dt>
<dd>On state of the light (On - true, Off - false)</dd>
<dd>On state of the light (on - true, off - false)</dd>

<dt>payload.bri <span class="property-type">number</span></dt>
<dd>Brightness of the light (min 1, max 254)</dd>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h3>Outputs</h3>
<dd>State of the light (on, off)</dd>

<dt>on <span class="property-type">boolean</span></dt>
<dd>On state of the light (On - true, Off - false)</dd>
<dd>On state of the light (on - true, off - false)</dd>

<dt>bri <span class="property-type">number</span></dt>
<dd>Brightness of the light (min 1, max 254)</dd>
Expand Down
2 changes: 1 addition & 1 deletion nodes/resources/api/hue/templates/description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelName>Philips hue bridge 2012</modelName>
<modelNumber>1000000000000</modelNumber>
<modelURL>http://www.meethue.com</modelURL>
<serialNumber>93eadbeef13</serialNumber>
<serialNumber>93deadbeef13</serialNumber>
<UDN>uuid:{{ huehubid }}</UDN>
<serviceList>
<service>
Expand Down
Loading

0 comments on commit 20d7e14

Please sign in to comment.