@@ -9,29 +9,27 @@ evcc charger [name] [flags]
99## Options
1010
1111```
12- -i, --current float Set maximum current
13- --diagnose Diagnose
14- -d, --disable Disable
15- -e, --enable Enable
16- --heartbeat After command, continue running device heartbeats (if any) until interrupted
17- -p, --phases int Set usable phases (1 or 3)
18- --timeout duration Timeout (default 1s)
19- -w, --wakeup Wake up
12+ -i, --current float Set maximum current
13+ --diagnose Diagnose
14+ -d, --disable Disable
15+ -e, --enable Enable
16+ --heartbeat After command, continue running device heartbeats (if any) until interrupted
17+ -p, --phases int Set usable phases (1 or 3)
18+ --template string Add custom template file (debug only)
19+ --template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
20+ --timeout duration Timeout (default 1s)
21+ -w, --wakeup Wake up
2022```
2123
2224## Options inherited from parent commands
2325
2426```
25- -c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
26- --custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
27- --database string Database location (default "~/.evcc/evcc.db")
28- --demo Enter demo mode. Disables auth, config ui and restart
29- -h, --help Help
30- --ignore-db Run command ignoring service database
31- -l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
32- --log-headers Log headers
33- --template string Add custom template file (debug only)
34- --template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
27+ -c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
28+ --database string Database location (default "~/.evcc/evcc.db")
29+ -h, --help Help
30+ --ignore-db Run command ignoring service database
31+ -l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
32+ --log-headers Log headers
3533```
3634
3735## See also
0 commit comments