From f9a6012dcb2c357e9af84eba6fe8575917512d24 Mon Sep 17 00:00:00 2001 From: eisler Date: Wed, 31 Oct 2018 12:05:23 +0000 Subject: [PATCH] 44_TEK603: added readingFnAttributes git-svn-id: https://svn.fhem.de/fhem/trunk@17651 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/44_TEK603.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/44_TEK603.pm b/fhem/FHEM/44_TEK603.pm index 35014b596..40a8adbd0 100644 --- a/fhem/FHEM/44_TEK603.pm +++ b/fhem/FHEM/44_TEK603.pm @@ -49,7 +49,8 @@ sub TEK603_Initialize($) { $hash->{DefFn} = 'TEK603_define'; $hash->{UndefFn} = 'TEK603_undef'; - $hash->{AttrList} = 'do_not_notify:0,1 dummy:1,0 loglevel:0,1,2,3,4,5,6 '; + $hash->{AttrList} = 'do_not_notify:0,1 dummy:1,0 loglevel:0,1,2,3,4,5,6 ' . + $readingFnAttributes; } sub TEK603_define($$) { @@ -211,6 +212,7 @@ sub TEK603_reconnect($) { 1; =pod +=item summary devices communicating with TEK603 =begin html