mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Updated check-cpu.ps1 and check-smart-devices.ps1
This commit is contained in:
@ -72,6 +72,8 @@ try {
|
||||
} elseif ($celsius -lt 0) {
|
||||
$temp = "$($celsius)°C TOO COLD"
|
||||
$status = "⚠️"
|
||||
} elseif ($celsius -lt 30) {
|
||||
$temp = "$($celsius)°C cool"
|
||||
} else {
|
||||
$temp = "$($celsius)°C OK"
|
||||
}
|
||||
|
Reference in New Issue
Block a user