CAPAUT-270 Update metadata + examples

This commit is contained in:
2022-11-03 11:45:37 +01:00
parent 13aac52921
commit dd2230f69f
2 changed files with 48 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "@captica/node-red-systacomfort2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node-RED node to connect and read data from SystaComfort II heating/solar systems",
"author": "Marc Böhm (marc.boehm@captica.de)",
"licence": "MIT",
"homepage": "http://www.captica.de",
"repository": {
"type": "git",
@@ -15,10 +16,14 @@
"node-red"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"systacomfort2": "systacomfort2/systacomfort2.js"
}
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "nyc mocha"
},