Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Trickfilm400/cs141-ups-mangement-card

Open more actions menu

Repository files navigation

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-2026 Trickfilm400

Morty Proxy This is a proxified and sanitized view of the page, visit original site.