node-red-contrib-ramp-thermostat
Version:
A Node-RED node that emulates a programmable thermostat.
29 lines (27 loc) • 742 B
JSON
{
"name" : "node-red-contrib-ramp-thermostat",
"version" : "0.8.3",
"description" : "A Node-RED node that emulates a programmable thermostat.",
"dependencies": {
},
"keywords": [
"node-red",
"thermostat",
"profile",
"heating control",
"tmeperature control",
"energy saving",
"multtple heating zones",
"single room temperature control"
],
"author": "cflurin",
"repository": {
"type": "git",
"url": "https://github.com/cflurin/node-red-contrib-ramp-thermostat.git"
},
"node-red" : {
"nodes": {
"ramp-thermostat": "ramp-thermostat/ramp-thermostat.js"
}
}
}