mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
57_CALVIEW.pm: fixed a bug
git-svn-id: https://svn.fhem.de/fhem/trunk@10581 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1e45b22c8f
commit
c1b3360e99
@ -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});
|
||||
|
Loading…
x
Reference in New Issue
Block a user