Modified Usage string, 01_FHEMWEB.pm needs a certain syntax

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@409 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2009-07-06 07:12:18 +00:00
parent b1231327fc
commit 3f6bc279cf
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ EMWZ_Set($@)
$v *= 10; # Make display and input the same
$msg = sprintf("79%02x3102%02x%02x", $d-1, $v%256, int($v/256));
} else {
return $u;
return "Unknown argument $a[1], choose one of price alarm rperkw";
}

View File

@@ -138,7 +138,7 @@ EMGZ_Set($@)
$v *= 10000; # Make display and input the same
$msg = sprintf("79%02x2f02%02x%02x", $d-1, $v%256, int($v/256));
} else {
return $u;
return "Unknown argument $a[1], choose one of price";
}