1.0.5 • Published 1 year ago

@trickfilm400/cs141-ups-mangement-card v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago