Skip to content

Commit b5a3660

Browse files
committed
Add node-red-contrib-gpio
1 parent 9c53530 commit b5a3660

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

addon_files/redmatic/lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"node-red-contrib-mysensors": "3.3.0",
1313
"node-red-contrib-rfxcom": "2.8.1",
1414
"node-red-contrib-zigbee": "0.2.0-alpha.0",
15+
"node-red-contrib-gpio": "0.14.0",
1516
"redmatic-homekit": "2.1.2"
1617
}
1718
}

addon_files/redmatic/var/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node-red-contrib-ccu": "2.0.6",
1010
"node-red-contrib-combine": "1.7.1",
1111
"node-red-contrib-sun-position": "0.2.10",
12-
"redmatic-led": "1.0.0",
12+
"redmatic-led": "1.1.0",
1313
"redmatic-webapp": "0.2.2"
1414
}
1515
}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redmatic",
3-
"version": "4.0.5",
3+
"version": "4.1.0",
44
"description": "Node-RED packaged as Homematic CCU addon",
55
"repository": "github:rdmtc/redmatic",
66
"private": true,
@@ -20,7 +20,7 @@
2020
"@fortawesome/fontawesome-free": "0.0.0 - 5.8.1",
2121
"ain2": "0.0.0 - 3.0.0",
2222
"node-red-node-sqlite": "0.0.0 - 0.3.6",
23-
"redmatic-led": "0.0.0 - 1.0.0",
23+
"redmatic-led": "0.0.0 - 1.1.0",
2424
"redmatic-webapp": "0.0.0 - 0.2.2",
2525
"redmatic-homekit": "0.0.0 - 2.1.2",
2626
"node-red-node-email": "0.0.0 - 1.3.0",
@@ -31,7 +31,8 @@
3131
"node-red-contrib-modbus": "0.0.0 - 4.1.3",
3232
"node-red-contrib-mysensors": "0.0.0 - 3.3.0",
3333
"node-red-contrib-rfxcom": "0.0.0 - 2.8.1",
34-
"node-red-contrib-zigbee": "0.0.0 - 0.2.0-alpha.0"
34+
"node-red-contrib-zigbee": "0.0.0 - 0.2.0-alpha.0",
35+
"node-red-contrib-gpio": "0.0.0 - 0.14.0"
3536
},
3637
"author": "Sebastian Raff <hobbyquaker@gmail.com>",
3738
"license": "Apache-2.0",

0 commit comments

Comments
 (0)