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]...
1818 Tool for connectiong and getting information from Kärcher Home Robots.
1919
2020Options:
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
2627Commands:
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
You can’t perform that action at this time.
0 commit comments