2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

32_TechemHKV-pm: match escaped, id add

git-svn-id: https://svn.fhem.de/fhem/trunk@9519 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
herrmannj 2015-10-18 13:17:21 +00:00
parent f38068d5f4
commit b833b5c8de

View File

@ -20,7 +20,7 @@ TechemHKV_Initialize(@) {
# require "Broker.pm";
# TECHEM HKV
$hash->{Match} = "^b..446850[\d]{8}6980....A0.*";
$hash->{Match} = "^b..446850[\\d]{8}6980....A0.*";
$hash->{DefFn} = "TechemHKV_Define";
$hash->{UndefFn} = "TechemHKV_Undef";