From f8542b45c84abe1753350815d6267943acc2f7fb Mon Sep 17 00:00:00 2001
From: akw <>
Date: Mon, 3 Mar 2014 19:29:07 +0000
Subject: [PATCH] Fixed HTML tags
git-svn-id: https://svn.fhem.de/fhem/trunk@5116 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/30_ENECSYSGW.pm | 20 ++++++++++----------
fhem/FHEM/31_ENECSYSINV.pm | 14 +++++++-------
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/fhem/FHEM/30_ENECSYSGW.pm b/fhem/FHEM/30_ENECSYSGW.pm
index d2773ad9f..98cdc7484 100644
--- a/fhem/FHEM/30_ENECSYSGW.pm
+++ b/fhem/FHEM/30_ENECSYSGW.pm
@@ -178,31 +178,31 @@ sub ENECSYSGW_Call($)
ENECSYSGW
- Module to access the ENECSYS gateway (http://www.ENECSYS.com/products/gateway/).
+ Module to access the ENECSYS gateway (http://www.ENECSYS.com/products/gateway/).
The actual micro-inverter devices are defined as ENECSYSINV devices.
-
+
All newly found inverter devices are autocreated and added to the room ENECSYSINV.
-
+
Define
- define <name> ENECSYSGW [<host>] [<interval>]
-
+ define <name> ENECSYSGW [<host>] [<interval>]
+
- Defines an ENECSYSGW device with address <host>.
+ Defines an ENECSYSGW device with address <host>.
- The gateway will be polled every <interval> seconds. The default is 10 and minimum is 5.
+ The gateway will be polled every <interval> seconds. The default is 10 and minimum is 5.
Examples:
- define gateway ENECSYSGW 10.0.1.1
+ define gateway ENECSYSGW 10.0.1.1
-
-
+
+
=end html
=cut
diff --git a/fhem/FHEM/31_ENECSYSINV.pm b/fhem/FHEM/31_ENECSYSINV.pm
index 038cbe88c..3a435f8a4 100644
--- a/fhem/FHEM/31_ENECSYSINV.pm
+++ b/fhem/FHEM/31_ENECSYSINV.pm
@@ -132,20 +132,20 @@ sub ENECSYSINV_Parse($$)
ENECSYSINV
-
+
Define
- define <name> ENECSYSINV <id> [<interval>]
-
+ define <name> ENECSYSINV <id> [<interval>]
+
- Defines an micro-inverter device connected to an ENECSYSGW.
+ Defines an micro-inverter device connected to an ENECSYSGW.
Examples:
- define SolarPanel1 ENECSYSINV 100123456
+ define SolarPanel1 ENECSYSINV 100123456
-
+
Readings
@@ -173,7 +173,7 @@ sub ENECSYSINV_Parse($$)
-
+
=end html
=cut