attr title for gnuplot

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@323 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus01
2009-01-11 20:47:01 +00:00
parent e463cb5c88
commit 0859aa1f6a

View File

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