UNPKG

node-red-contrib-myhome-bticino-v2

Version:
46 lines (45 loc) 1.25 kB
{ "name": "node-red-contrib-myhome-bticino-v2", "version": "2.4.0", "description": "Control Bticino / Legrand MyHome components from Node-RED", "homepage": "https://github.com/FredBlo/node-red-contrib-myhome-bticino-v2#readme", "repository": { "type": "git", "url": "https://github.com/FredBlo/node-red-contrib-myhome-bticino-v2.git" }, "bugs": { "url": "https://github.com/FredBlo/node-red-contrib-myhome-bticino-v2/issues" }, "license": "MIT", "dependencies": {}, "keywords": [ "node-red", "BTicino", "Legrand", "MyHome", "OpenWebNet", "OWN", "CEN", "CEN+", "SCS" ], "bundleDependencies": false, "deprecated": false, "engines": { "node": ">=12.0.0" }, "node-red": { "version": ">=2.0.0", "nodes": { "myhome-gateway": "myhome-gateway.js", "myhome-eventsession": "myhome-eventsession.js", "myhome-commandsession": "myhome-commandsession.js", "myhome-energy": "myhome-energy.js", "myhome-light": "myhome-light.js", "myhome-shutter": "myhome-shutter.js", "myhome-scenario": "myhome-scenario.js", "myhome-thermo-central": "myhome-thermo-central.js", "myhome-thermo-zone": "myhome-thermo-zone.js" } } }