FHEMWEB cleanup, some small additional fixes/additions

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@230 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2008-08-08 10:46:25 +00:00
parent 84003ef04b
commit ca28a99a11
13 changed files with 477 additions and 469 deletions

View File

@@ -11,7 +11,7 @@ weblink_Initialize($)
my ($hash) = @_;
$hash->{DefFn} = "weblink_Define";
$hash->{AttrList}= "fixedrange noscroll";
$hash->{AttrList}= "fixedrange plotmode plotsize label";
}