2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 22:09:21 +00:00

FRITZBOX: telnetUser

git-svn-id: https://svn.fhem.de/fhem/trunk@7158 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2014-12-07 12:55:35 +00:00
parent 18af04a50a
commit 019698b7bd

View File

@ -133,10 +133,11 @@ FRITZBOX_Initialize($)
$hash->{GetFn} = "FRITZBOX_Get";
$hash->{AttrFn} = "FRITZBOX_Attr";
$hash->{AttrList} = "disable:0,1 "
."INTERVAL "
."ringWithIntern:0,1,2 "
."defaultCallerName "
."defaultUploadDir "
."INTERVAL "
."ringWithIntern:0,1,2 "
."telnetUser "
.$readingFnAttributes;
} # end FRITZBOX_Initialize