57_CALVIEW.pm: fixed a bug

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10581 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
chris1284
2016-01-21 05:20:49 +00:00
parent 3376b66bf4
commit 40176d5d3f

View File

@@ -149,7 +149,7 @@ sub CALVIEW_GetUpdate($){
$runningcounter ++;} $runningcounter ++;}
#check ob termin morgen #check ob termin morgen
elsif ($datenext eq $termin->{bdate}){ elsif ($datenext eq $termin->{bdate}){
readingsBulkUpdate($hash, "tomorrow_".sprintf ('%03d', $tomorrowcounter)."_btime", "morgen"); readingsBulkUpdate($hash, "tomorrow_".sprintf ('%03d', $tomorrowcounter)."_bdate", "morgen");
readingsBulkUpdate($hash, "tomorrow_".sprintf ('%03d', $tomorrowcounter)."_btime", $termin->{btime}); readingsBulkUpdate($hash, "tomorrow_".sprintf ('%03d', $tomorrowcounter)."_btime", $termin->{btime});
readingsBulkUpdate($hash, "tomorrow_".sprintf ('%03d', $tomorrowcounter)."_summary", $termin->{summary}); readingsBulkUpdate($hash, "tomorrow_".sprintf ('%03d', $tomorrowcounter)."_summary", $termin->{summary});
readingsBulkUpdate($hash, "tomorrow_".sprintf ('%03d', $tomorrowcounter)."_source", $termin->{source}); readingsBulkUpdate($hash, "tomorrow_".sprintf ('%03d', $tomorrowcounter)."_source", $termin->{source});