mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
Usage fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@720 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
34658f619c
commit
917748d3bd
@ -93,7 +93,7 @@ CUL_Define($$)
|
|||||||
my @a = split("[ \t][ \t]*", $def);
|
my @a = split("[ \t][ \t]*", $def);
|
||||||
|
|
||||||
if(@a < 4 || @a > 5) {
|
if(@a < 4 || @a > 5) {
|
||||||
my $msg = "wrong syntax: define <name> CUL devicename <FHTID>";
|
my $msg = "wrong syntax: define <name> CUL devicename[\@baudrate] <FHTID>";
|
||||||
Log 2, $msg;
|
Log 2, $msg;
|
||||||
return $msg;
|
return $msg;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user