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:
parent
e9759960c8
commit
157b3d2b07
@ -442,6 +442,8 @@ sub values2weathercondition($$$$$) {
|
||||
$condition = "cloudy";
|
||||
}
|
||||
|
||||
$condition = "nt_" . $condition if ( !$isday );
|
||||
|
||||
return $condition;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user