2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

12_HMS.pm: allow HMS with empty battery (Forum #76370)

git-svn-id: https://svn.fhem.de/fhem/trunk@15027 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-09-08 09:11:43 +00:00
parent 6af1bf2ea2
commit 1a8f666688
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ my %matchListSlowRF = (
"5:KS300" => "^810d04..4027a001",
"6:CUL_WS" => "^K.....",
"7:CUL_EM" => "^E0.................\$",
"8:HMS" => "^810e04....(1|5|9).a001",
"8:HMS" => "^810e04......a001",
"9:CUL_FHTTK" => "^T[A-F0-9]{8}",
"A:CUL_RFR" => "^[0-9A-F]{4}U.",
"B:CUL_HOERMANN"=> "^R..........",

View File

@ -34,7 +34,7 @@ HMS_Initialize($)
# 810e04210218a00186e0000000000000 HMS100CO
# 810e0448029ea00132d5000000000000 FI-Trenner
$hash->{Match} = "^810e04....(1|5|9).a001";
$hash->{Match} = "^810e04......a001";
$hash->{DefFn} = "HMS_Define";
$hash->{UndefFn} = "HMS_Undef";
$hash->{ParseFn} = "HMS_Parse";