mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +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:
parent
148ebcbcf9
commit
f9a6012dcb
@ -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
|
||||
|
||||
<a name="TEK603"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user