This commit is contained in:
vvzvlad 2023-10-02 21:07:03 +03:00
parent 50c1d4aeda
commit 12e3ab99b8

View File

@ -1,5 +1,5 @@
{ {
"name": "node-red-contrib-thermostat", "name": "node-red-contrib-combined-rn-thermostat",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
@ -8,8 +8,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitea.vvzvlad.xyz/vvzvlad/node-red-contrib-thermostat" "url": "https://gitea.vvzvlad.xyz/vvzvlad/node-red-contrib-combined-rn-thermostat"
}, },
"author": "", "node-red" : {
"nodes": {
"c-thermostat": "c-thermostat.js"
}
},
"author": "vvzvlad",
"license": "ISC" "license": "ISC"
} }