Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fss committed Feb 28, 2020
1 parent 606dfea commit a820c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ A simple NodeJS application to read Solis PV inverter data using HTTP interface,

Usage:

`node index.js --address <INVERTER_IP_ADDRESS> --username <INVERTER_WEB_USERNAME> --password <INVERTER_WEB_PASSWORD> --port <LISTEN_PORT>`
`node index.js --address <INVERTER_IP_ADDRESS> --username <INVERTER_WEB_USERNAME> --password <INVERTER_WEB_PASSWORD> --port <LISTEN_PORT> --interval <REFRESH_INTERVAL (milliseconds, optional, default = 30000)>`

0 comments on commit a820c55

Please sign in to comment.