2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 07:24:21 +00:00

44_TEK603: added readingFnAttributes

git-svn-id: https://svn.fhem.de/fhem/trunk@17651 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
eisler 2018-10-31 12:05:23 +00:00
parent 148ebcbcf9
commit f9a6012dcb

View File

@ -49,7 +49,8 @@ sub TEK603_Initialize($) {
$hash->{DefFn} = 'TEK603_define'; $hash->{DefFn} = 'TEK603_define';
$hash->{UndefFn} = 'TEK603_undef'; $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($$) { sub TEK603_define($$) {
@ -211,6 +212,7 @@ sub TEK603_reconnect($) {
1; 1;
=pod =pod
=item summary devices communicating with TEK603
=begin html =begin html
<a name="TEK603"></a> <a name="TEK603"></a>