FRITZBOX: telnetUser

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7158 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2014-12-07 12:55:35 +00:00
parent 6491b33a0f
commit 5a15857d1b

View File

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