Skip to content

Commit 90781cd

Browse files
committed
Update latest cli usage documentation
1 parent 2c67160 commit 90781cd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ Usage: karcher-home [OPTIONS] COMMAND [ARGS]...
1818
Tool for connectiong and getting information from Kärcher Home Robots.
1919

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

2627
Commands:
27-
devices List all devices.
28-
get-urls Get region information.
29-
login Get user session tokens.
28+
device-properties Get device properties.
29+
devices List all devices.
30+
login Get user session tokens.
31+
urls Get region information.
3032
```
3133

3234
### From code

0 commit comments

Comments
 (0)