2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

18_CUL_HOERMANN.pm: change the regexp (Forum #80152)

git-svn-id: https://svn.fhem.de/fhem/trunk@15509 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-11-27 16:51:21 +00:00
parent 43d92f2553
commit e76b29cf76

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";