ez1cli
v0.0.3
Published
NodeJS command line API client and library for APSystems EZ1-(M|H) microinverters API
Downloads
5
Maintainers
Readme
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