DbLog patches from tobias.

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1663 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-06-29 07:46:30 +00:00
parent 2110ad8787
commit ee28a1ad2d
2 changed files with 25 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ weblink_Define($$)
{
my ($hash, $def) = @_;
my ($type, $name, $wltype, $link) = split("[ \t]+", $def, 4);
my %thash = ( link=>1, fileplot=>1, image=>1, iframe=>1, htmlCode=>1 );
my %thash = ( link=>1, fileplot=>1, dbplot=>1, image=>1, iframe=>1, htmlCode=>1 );
if(!$link || !$thash{$wltype}) {
return "Usage: define <name> weblink [" .