1.0.4 • Published 1 month ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month 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.4

1 month ago

1.0.3

3 months ago

1.0.2

5 months ago

1.0.1

8 months ago