UNPKG

node-red-contrib-apcaccess

Version:

Node-RED nodes to request status and events from an APC UPS Daemon NIS running on the network.

30 lines (29 loc) 693 B
{ "name": "node-red-contrib-apcaccess", "version": "1.0.3", "description": "Node-RED nodes to request status and events from an APC UPS Daemon NIS running on the network.", "author": "Jochen Scheib <mail@jochen-scheib.de> (http://www.jochen-scheib.de)", "keywords": [ "apcupsd", "apcaccess", "apc", "ups", "uninterruptible power supply", "nis", "node-red" ], "repository": { "type": "git", "url": "https://github.com/mapero/node-red-contrib-apcaccess" }, "license": "MIT", "dependencies": { "apcaccess": "^1.1.2" }, "node-red" : { "nodes": { "apcconfig": "apcconfig.js", "apcrequest": "apcrequest.js" } } }