0.0.3 • Published 1 year ago

ez1cli v0.0.3

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

ez1cli

APSysems microinverters EZ1-M API cli

Usage

$ npm install -g ez1cli
$ ez1cli COMMAND
running command...
$ ez1cli (--version)
ez1cli/0.0.3 darwin-x64 node-v21.7.3
$ ez1cli --help [COMMAND]
USAGE
  $ ez1cli COMMAND
...

Commands

ez1cli get COMMAND IP

Get info from the microinverter API

USAGE
  $ ez1cli get COMMAND IP [--json]

ARGUMENTS
  COMMAND  (device-info|data) Information to get from the microinverter API
  IP       IP of the microinverter

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Get info from the microinverter API

EXAMPLES
  $ minverter get device 192.168.4.10

See code: src/commands/get/index.ts