Skip to content

Commit

Permalink
Merge pull request #153 from NRCHKB/dev
Browse files Browse the repository at this point in the history
Fix 0.7.1
  • Loading branch information
Shaquu authored Oct 12, 2019
2 parents 99d7045 + a9d58bd commit 73f2330
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions homekit.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,17 @@ <h3 id="toc_4">Bridge</h3>
},
inputs: 1,
outputs: 2,
outputLabels: function(index) {
if (index === 0) {
return "default"
}

if (index === 1) {
return "camera snapshot"
}

return ""
},
icon: "homekit.png",
color: "#fcc127",
label: function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-homekit-bridged",
"version": "0.7.0",
"version": "0.7.1",
"description": "Node-RED nodes to simulate Apple HomeKit devices.",
"main": "homekit.js",
"scripts": {
Expand Down

0 comments on commit 73f2330

Please sign in to comment.