1.1.2 • Published 3 months ago

@trickfilm400/ups-apc-ap9630 v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

UPS APC AP9630 NodeJS API

This NPM package provides a full nodejs-api for the APC AP9630 UPS Management Card 2 device to fetch data of the device.

Usage

  • Install NPM package from GitHub / NPM.
  • Function return a Promise

Example

import UPS_APC_API from "@trickfilm400/ups-apc-ap9630";

const client = new UPS_APC_API("<IP / Host of device", "<username>", "<password>");

client.getData().then((res) => {
    console.log(res);
    /*
     * {
            loadInAmpere: number,
            voltage: number,
            loadInWatt: number,
            temperature: number,
        }
     *
     *
     */
}).catch(console.error);

© 2023 Trickfilm400

1.1.2

3 months ago

1.1.1

4 months ago

1.0.0

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago