2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 14:16:42 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@3619 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-08-08 15:10:18 +00:00
parent 59e3aa93ea
commit 577098b0a0

View File

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