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.