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:
loredo
2017-01-07 10:10:49 +00:00
parent e1104617ec
commit 3b044a995a

View File

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