CAPAUT-253 FIrst stable implementation

This commit is contained in:
2022-07-27 17:13:33 +02:00
parent 92d38dded0
commit b9d5773552
8 changed files with 283 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "@captica/node-red-systacomfort2",
"version": "1.0.0",
"description": "Node-RED node to connect and read data from SystaComfort II heating/solar systems",
"author": "Marc Böhm (marc.boehm@captica.de)",
"homepage": "http://www.captica.de",
"repository": {
"type": "bitbucked",
"url": "https://bitbucket.org/captica-dev/de.captica.nodered.node.systacomfort2"
},
"dependencies": {
},
"keywords": [ "node-red" ],
"node-red" : {
"nodes": {
"systacomfort2": "systacomfort2/systacomfort2.js"
}
}
}