UNPKG

node-red-contrib-maxcube2

Version:

A node-red node to control the eQ-3 Max! Cube with maxcube2.js

44 lines (43 loc) 825 B
{ "name": "node-red-contrib-maxcube2", "version": "0.3.5", "description": "A node-red node to control the eQ-3 Max! Cube with maxcube2.js", "repository": { "type": "git", "url": "git://github.com/maxill1/node-red-contrib-maxcube2.git" }, "dependencies": { "maxcube2": "^2.2.2" }, "keywords": [ "node-red", "Max Cube", "eq-3", "eq3", "maxcube", "thermostat", "home", "heating", "max", "elv" ], "author": { "name": "Ives De Bruycker" }, "contributors": [ "Ives De Bruycker", "Luca Mazzilli", "tedstriker", "Nils Schneider", "Holger Pieta" ], "node-red": { "nodes": { "maxcube": "maxcube.js" } }, "license": "ISC", "bugs": { "url": "https://github.com/maxill1/node-red-contrib-maxcube2/issues" } }