18_CUL_HOERMANN.pm: fix typo (Forum #80152)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15510 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-11-27 16:52:44 +00:00
parent 380e420889
commit 60b5349b3e

View File

@ -10,7 +10,7 @@ CUL_HOERMANN_Initialize($)
{
my ($hash) = @_;
$hash->{Match} = "^R..........$";
$hash->{Match} = "^R..........\$";
$hash->{DefFn} = "CUL_HOERMANN_Define";
$hash->{ParseFn} = "CUL_HOERMANN_Parse";
$hash->{SetFn} = "CUL_HOERMANN_Set";