From f33da66238aff369b38b705d415e1a0f7716586c Mon Sep 17 00:00:00 2001
From: chris1284 <>
Date: Wed, 18 Jan 2017 06:04:04 +0000
Subject: [PATCH] 57_CALVIEW.pm: -new attr datestyle ->enables
new readings for start/end ISO8601 formated ->added help-text
for attr datestyle
git-svn-id: https://svn.fhem.de/fhem/trunk@13135 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/57_CALVIEW.pm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/fhem/FHEM/57_CALVIEW.pm b/fhem/FHEM/57_CALVIEW.pm
index 58d058c2a..0806c4cda 100644
--- a/fhem/FHEM/57_CALVIEW.pm
+++ b/fhem/FHEM/57_CALVIEW.pm
@@ -297,6 +297,10 @@ sub CALVIEW_Notify($$)
this will manually update all readings from the given CALENDAR Devices
Attribute
+datestyle
+ not set - the default, disables displaying readings bdatetimeiso / edatetimeiso
+ ISO8601 - enables readings bdatetimeiso / edatetimeiso (start and end time of term ISO8601 formated like 2017-02-27T00:00:00)
+
disable
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
@@ -338,6 +342,10 @@ sub CALVIEW_Notify($$)
Attributes
+datestyle
+ nicht gesetzt - Standard, Readings bdatetimeiso / edatetimeiso werden nicht gezeigt
+ ISO8601 - aktiviert die readings bdatetimeiso / edatetimeiso (zeigen Terminstart und Ende im ISO8601 Format zB. 2017-02-27T00:00:00)
+
disable
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