From e68085400512a3b85a4f87dfd5264960c29d88b4 Mon Sep 17 00:00:00 2001 From: chris1284 <> Date: Mon, 22 Feb 2016 17:58:27 +0000 Subject: [PATCH] 57_CALVIEW.pm: fixed a bug git-svn-id: https://svn.fhem.de/fhem/trunk@10920 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/57_CALVIEW.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/57_CALVIEW.pm b/fhem/FHEM/57_CALVIEW.pm index 8b82ae3d7..878e8c765 100644 --- a/fhem/FHEM/57_CALVIEW.pm +++ b/fhem/FHEM/57_CALVIEW.pm @@ -272,7 +272,7 @@ sub CALVIEW_Notify($$) Attribute
  • disable
    - 0 / not set - internal notify function enabled (default) + 0 / not set - internal notify function enabled (default)
    1 - disable the internal notify-function of CALVIEW wich is triggered when one of the given CALENDAR devices has updated

  • maxreadings
    @@ -282,7 +282,7 @@ sub CALVIEW_Notify($$) here the CALENDAR modes can be selected , to be displayed in the view

  • oldStyledReadings
    - 1 readings look like "2015.06.21-00:00" with value "Start of Summer" + 1 readings look like "2015.06.21-00:00" with value "Start of Summer"
    0 the default style of readings

  • =end html @@ -304,7 +304,7 @@ sub CALVIEW_Notify($$)
    Attributes
  • disable
    - 0 / nicht gesetzt - aktiviert die interne Notify-Funktion (Standard) + 0 / nicht gesetzt - aktiviert die interne Notify-Funktion (Standard)
    1 - deaktiviert die interne Notify-Funktion welche ausgelöst wird wenn sich einer der Kalender aktualisiert hat

  • maxreadings
    @@ -314,7 +314,7 @@ sub CALVIEW_Notify($$) hier können die CALENDAR modi gewählt werden, welche in der View angezeigt werden sollen

  • oldStyledReadings
    - 1 aktiviert die Termindarstellung im "alten" Format "2015.06.21-00:00" mit Wert "Start of Summer" + 1 aktiviert die Termindarstellung im "alten" Format "2015.06.21-00:00" mit Wert "Start of Summer"
    0 aktivert die Standarddarstellung bdate, btime, usw

  • =end html_DE