2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

UConv.pm: add night weather condition

git-svn-id: https://svn.fhem.de/fhem/trunk@12996 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-01-07 10:10:49 +00:00
parent e9759960c8
commit 157b3d2b07

View File

@ -442,6 +442,8 @@ sub values2weathercondition($$$$$) {
$condition = "cloudy";
}
$condition = "nt_" . $condition if ( !$isday );
return $condition;
}