Skip to content

Commit

Permalink
fix: sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicMushroom committed Jan 8, 2024
1 parent b37f786 commit 1f2a57a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class WeatherExtension : Extension() {

// over all predictions, for each all precipitations (until minEndTime) are 0.0
val noRain = rainAgains.all { it.timePoints.filter { it.key <= minEndTime }.all { it.value == 0.0 }}
if (noRain && false) {
if (noRain) {
respond {
content = "No rain until at least ${formatTime(minEndTime)}, it is currently ${buienAlarm?.second}°C outside."
}
Expand Down

0 comments on commit 1f2a57a

Please sign in to comment.