Skip to content

Commit

Permalink
Add node-red-contrib-gpio
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Apr 8, 2019
1 parent 9c53530 commit b5a3660
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions addon_files/redmatic/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"node-red-contrib-mysensors": "3.3.0",
"node-red-contrib-rfxcom": "2.8.1",
"node-red-contrib-zigbee": "0.2.0-alpha.0",
"node-red-contrib-gpio": "0.14.0",
"redmatic-homekit": "2.1.2"
}
}
2 changes: 1 addition & 1 deletion addon_files/redmatic/var/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node-red-contrib-ccu": "2.0.6",
"node-red-contrib-combine": "1.7.1",
"node-red-contrib-sun-position": "0.2.10",
"redmatic-led": "1.0.0",
"redmatic-led": "1.1.0",
"redmatic-webapp": "0.2.2"
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redmatic",
"version": "4.0.5",
"version": "4.1.0",
"description": "Node-RED packaged as Homematic CCU addon",
"repository": "github:rdmtc/redmatic",
"private": true,
Expand All @@ -20,7 +20,7 @@
"@fortawesome/fontawesome-free": "0.0.0 - 5.8.1",
"ain2": "0.0.0 - 3.0.0",
"node-red-node-sqlite": "0.0.0 - 0.3.6",
"redmatic-led": "0.0.0 - 1.0.0",
"redmatic-led": "0.0.0 - 1.1.0",
"redmatic-webapp": "0.0.0 - 0.2.2",
"redmatic-homekit": "0.0.0 - 2.1.2",
"node-red-node-email": "0.0.0 - 1.3.0",
Expand All @@ -31,7 +31,8 @@
"node-red-contrib-modbus": "0.0.0 - 4.1.3",
"node-red-contrib-mysensors": "0.0.0 - 3.3.0",
"node-red-contrib-rfxcom": "0.0.0 - 2.8.1",
"node-red-contrib-zigbee": "0.0.0 - 0.2.0-alpha.0"
"node-red-contrib-zigbee": "0.0.0 - 0.2.0-alpha.0",
"node-red-contrib-gpio": "0.0.0 - 0.14.0"
},
"author": "Sebastian Raff <hobbyquaker@gmail.com>",
"license": "Apache-2.0",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit b5a3660

Please sign in to comment.