File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,17 @@ Usage: karcher-home [OPTIONS] COMMAND [ARGS]...
18
18
Tool for connectiong and getting information from Kärcher Home Robots.
19
19
20
20
Options:
21
- -d, --debug
21
+ -d, --debug Enable debug mode.
22
22
-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"
24
25
--help Show this message and exit.
25
26
26
27
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.
30
32
```
31
33
32
34
### From code
You can’t perform that action at this time.
0 commit comments