Skip to content

Commit

Permalink
Updated README.md: example "Overnight test"
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Menzel committed Dec 25, 2021
1 parent 9799504 commit d3261f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ python BatterySoCMonitor.py --sample_rate 60 -v -b --log_file battery_soc.log --
- save results in log file (`battery_soc.log`)
- terminate script and shutdown system at 10%
```
python BatterySoCMonitor.py --sample_rate 60 -v -b --log_file battery_soc.log --minimum_soc 10 --cmd_end 'shutdown now'
python BatterySoCMonitor.py --sample_rate 60 -v -b --log_file battery_soc.log --minimum_soc 10 --cmd_min_soc 'shutdown now'
```

0 comments on commit d3261f4

Please sign in to comment.