We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c67160 commit 90781cdCopy full SHA for 90781cd
README.md
@@ -18,15 +18,17 @@ Usage: karcher-home [OPTIONS] COMMAND [ARGS]...
18
Tool for connectiong and getting information from Kärcher Home Robots.
19
20
Options:
21
- -d, --debug
+ -d, --debug Enable debug mode.
22
-o, --output [json|json_pretty]
23
- -r, --region [eu|us|cn] Region of the server to query. Default: 'eu'
+ Output format. Default: "json"
24
+ -r, --region [eu|us|cn] Region of the server to query. Default: "eu"
25
--help Show this message and exit.
26
27
Commands:
- devices List all devices.
28
- get-urls Get region information.
29
- login Get user session tokens.
+ device-properties Get device properties.
+ devices List all devices.
30
+ login Get user session tokens.
31
+ urls Get region information.
32
```
33
34
### From code
0 commit comments