mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-18 00:20:09 +02:00
Updated the manuals
This commit is contained in:
@@ -58,7 +58,7 @@ try {
|
||||
if ($details.BatteryChargeStatus -eq "NoSystemBattery") {
|
||||
$reply = "✅ AC powered"
|
||||
} elseif ($percent -ge 95) {
|
||||
$reply = "✅ Battery fully charged ($percent%)"
|
||||
$reply = "✅ Battery $percent% full"
|
||||
} else {
|
||||
$reply = "✅ Battery charging ($percent%)"
|
||||
}
|
||||
@@ -92,4 +92,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 01/25/2024 13:58:36)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 03/27/2024 17:36:24)*
|
||||
|
Reference in New Issue
Block a user