Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MickMake committed Feb 19, 2022
1 parent 4ac162b commit dd0597c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ To be added:


## Use case example:
### Fetch PV data from the API.

```
./bin/GoSungro api get findPsType '{"ps_id":"1129147"}'
./bin/GoSungro api get getPsDetailWithPsType '{"ps_id":"1129147"}'
./bin/GoSungro api get getPowerStatistics '{"ps_id":"1129147"}'
./bin/GoSungro api get getPowerDevicePointNames '{"device_type":"1"}'
./bin/GoSungro api get getPowerDevicePointNames '{"device_type":"2"}'
./bin/GoSungro api get getPowerDevicePointNames '{"device_type":"7"}'
./bin/GoSungro api get getPsList
./bin/GoSungro api get WebAppService.showPSView '{"ps_id":"1129147"}'
```

### Record statistics data from SUNGRO to GitHub. (Will clone if not existing.)

% GoSungro git sync 'Updating statistics' statistics
Expand Down

0 comments on commit dd0597c

Please sign in to comment.