2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

Report "minute 0" correctly

git-svn-id: https://svn.fhem.de/fhem/trunk@2894 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-03-11 19:28:46 +00:00
parent 979c95105c
commit 4050a94ce9

View File

@ -306,7 +306,7 @@ FHT_Set($@)
$ncmd++;
$allcmd .=" " if($allcmd);
$allcmd .= $cmd;
$allcmd .= " $val" if($val);
$allcmd .= " $val" if(defined($val));
}
}