git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3619 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2013-08-08 15:10:18 +00:00
parent 5832daebd2
commit cbe0509373

View File

@@ -61,7 +61,7 @@ panStamp_Define($$)
if(@a < 3 || @a > 6) {
my $msg = "wrong syntax: define <name> panStamp {devicename[\@baudrate] ".
"| devicename\@directio} [<address> [<channel> [<syncword>";
"| devicename\@directio} [<address> [<channel> [<syncword>]]]";
Log 2, $msg;
return $msg;
}