From 0f3f7f74b275586a661c35b92174ef2ee5cfc262 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 1 Dec 2021 13:19:32 +0100 Subject: [PATCH] Update check-weather.ps1 --- Scripts/check-weather.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/check-weather.ps1 b/Scripts/check-weather.ps1 index e38e8dd8..c3611229 100755 --- a/Scripts/check-weather.ps1 +++ b/Scripts/check-weather.ps1 @@ -31,7 +31,7 @@ try { $Area = $Weather.nearest_area.areaName.value $Region = $Weather.nearest_area.region.value - $Reply = "$($Temp)°C, $($Precip)mm rain, $($Humidity)% humidity, $($WindSpeed)km/h wind from $WindDir with $($Clouds)% clouds and $($Visib)km visibility at $Area ($Region)" + $Reply = "$($Temp)°C, $($Precip)mm rain, $($Humidity)% humidity, $($WindSpeed)km/h wind from $WindDir with $($Clouds)% clouds and $($Visib)km visibility at $Area ($Region)." "✔️ $Reply" & "$PSScriptRoot/speak-english.ps1" "$Reply" exit 0 # success