From 242321541990d30923f83bdc73eb000dd281d480 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Fri, 2 Aug 2013 06:14:49 +0000 Subject: [PATCH] FHT8V: documentation of the change added git-svn-id: https://svn.fhem.de/fhem/trunk@3576 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/11_FHT8V.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/11_FHT8V.pm b/fhem/FHEM/11_FHT8V.pm index 77a0515a0..b3eb218ef 100755 --- a/fhem/FHEM/11_FHT8V.pm +++ b/fhem/FHEM/11_FHT8V.pm @@ -135,7 +135,7 @@ FHT8V_Get($@) Define
define <name> FHT <housecode> [IODev]
+ define <name> FHT <housecode> [IODev|FHTID]
<housecode>
is a four digit hex number,
@@ -151,7 +151,11 @@ FHT8V_Get($@)
<IODev>
must be specified if the last defined CUL device
is not the one to use. Usually this is done voa the IODev attribute, but as the address checked is performed
- at the definition, we must use an exception here.
+ at the definition, we must use an exception here.