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