Skip to content

Commit

Permalink
Update latest cli usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed Apr 27, 2023
1 parent 2c67160 commit 90781cd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ Usage: karcher-home [OPTIONS] COMMAND [ARGS]...
Tool for connectiong and getting information from Kärcher Home Robots.

Options:
-d, --debug
-d, --debug Enable debug mode.
-o, --output [json|json_pretty]
-r, --region [eu|us|cn] Region of the server to query. Default: 'eu'
Output format. Default: "json"
-r, --region [eu|us|cn] Region of the server to query. Default: "eu"
--help Show this message and exit.

Commands:
devices List all devices.
get-urls Get region information.
login Get user session tokens.
device-properties Get device properties.
devices List all devices.
login Get user session tokens.
urls Get region information.
```

### From code
Expand Down

0 comments on commit 90781cd

Please sign in to comment.