Usage fixed
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@720 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -93,7 +93,7 @@ CUL_Define($$)
|
||||
my @a = split("[ \t][ \t]*", $def);
|
||||
|
||||
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;
|
||||
return $msg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user