From c1b3360e99619a1902c62a273c1491c055daedf5 Mon Sep 17 00:00:00 2001 From: chris1284 <> Date: Thu, 21 Jan 2016 05:20:49 +0000 Subject: [PATCH] 57_CALVIEW.pm: fixed a bug git-svn-id: https://svn.fhem.de/fhem/trunk@10581 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/57_CALVIEW.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/57_CALVIEW.pm b/fhem/FHEM/57_CALVIEW.pm index 598012524..bb05dec5f 100644 --- a/fhem/FHEM/57_CALVIEW.pm +++ b/fhem/FHEM/57_CALVIEW.pm @@ -149,7 +149,7 @@ sub CALVIEW_GetUpdate($){ $runningcounter ++;} #check ob termin morgen 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)."_summary", $termin->{summary}); readingsBulkUpdate($hash, "tomorrow_".sprintf ('%03d', $tomorrowcounter)."_source", $termin->{source});