mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-19 08:52:05 +02:00
Updated the Markdown manuals
This commit is contained in:
@@ -58,9 +58,9 @@ try {
|
||||
if ($details.BatteryChargeStatus -eq "NoSystemBattery") {
|
||||
$reply = "✅ AC powered"
|
||||
} elseif ($percent -ge 95) {
|
||||
$reply = "✅ Battery $percent% fully charged"
|
||||
$reply = "✅ Battery fully charged ($percent%)"
|
||||
} else {
|
||||
$reply = "✅ Battery charging... ($percent%)"
|
||||
$reply = "✅ Battery charging ($percent%)"
|
||||
}
|
||||
} else { # must be offline
|
||||
if (($remaining -eq 0) -and ($percent -ge 60)) {
|
||||
@@ -92,4 +92,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 12/16/2023 10:12:19)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 01/03/2024 12:10:44)*
|
||||
|
Reference in New Issue
Block a user