@trickfilm400/cs141-ups-mangement-card
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i @trickfilm400/cs141-ups-mangement-card

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

7.61 kB

Total Files

6

Last publish

Collaborators

  • trickfilm400