@trickfilm400/cs141-ups-mangement-card
v1.0.5
Published
Node.JS API for CS141 Management Card for UPS Systems
Downloads
8
Maintainers
Readme
cs141-ups-management-card
This Node.JS API can receive data from a cs141 UPS management card via its API.
Written in Typescript with typings available built-in
From now on supports ESM and CJS and is available on GitHub Packages as well as NPM
Example-Usage
//import Class
import {CS141} from "@trickfilm400/cs141-ups-management-card";
// create Class instance (host, username, password)
const z = new CS141('https://192.168.10.133', 'admin', 'cs141-snmp');
//receive data and print to console
z.handleRequest().then(console.log, console.log);
© 2022-2024 Trickfilm400