mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
18_CUL_HOERMANN.pm: fix typo (Forum #80152)
git-svn-id: https://svn.fhem.de/fhem/trunk@15510 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e76b29cf76
commit
64f3b7e9e4
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user