From c843c52ea596d450d79ababe95d42d1c35665999 Mon Sep 17 00:00:00 2001
From: chris1284 <>
Date: Tue, 13 Jan 2015 17:47:28 +0000
Subject: [PATCH] 57_CALVIEW: fix for commandref
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7553 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
FHEM/57_CALVIEW.pm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/FHEM/57_CALVIEW.pm b/FHEM/57_CALVIEW.pm
index 502cdd236..e598c1bbb 100644
--- a/FHEM/57_CALVIEW.pm
+++ b/FHEM/57_CALVIEW.pm
@@ -195,11 +195,11 @@ sub getsummery($)
Attribute
maxreadings
- bestimmt die Anzahl der Termine als Readings
+ defines the number of max term as readings
oldStyledReadings
- 1 aktiviert die Termindarstellung im "alten" Format "2015.06.21-00:00" with value "Start of Summer"
- 0 aktivert die Standarddarstellung bdate, btime, usw
+ 1 readings look like "2015.06.21-00:00" with value "Start of Summer"
+ 0 the default style of readings
=end html
@@ -207,7 +207,7 @@ sub getsummery($)
CALVIEW
-Dieses Modul erstellt ein Device welches als Readings Termine eines Kalenders, basierend auf dem 57_Calendar.pm Module, besitzt.
+Dieses Modul erstellt ein Device welches als Readings Termine eines Kalenders, basierend auf dem 57_Calendar.pm Modul, besitzt.
Define
define <Name> CALVIEW <Kalendername> <0 für modeStarted Termine; 1 für modeStarted;modeUpcoming Termine>
define myView CALVIEW Googlekalender 1
@@ -221,11 +221,11 @@ sub getsummery($)
Attributes
maxreadings
- defines the number of max term as readings
+ bestimmt die Anzahl der Termine als Readings
oldStyledReadings
- 1 readings look like "2015.06.21-00:00" with value "Start of Summer"
- 0 the default style of readings
+ 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
=cut
\ No newline at end of file