2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

00_OW2S0SMSGUARD.pm: add ->{Match} = OW

git-svn-id: https://svn.fhem.de/fhem/trunk@25824 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Wzut 2022-03-13 15:55:39 +00:00
parent 440a676581
commit 68474d2a8c

View File

@ -84,6 +84,7 @@ sub Initialize {
$hash->{Clients} = ':OW2S0SMSGUARD:';
$hash->{MatchList} = { '1:OW2S0SMSGUARD' => '^OW.*' };
$hash->{Match} = 'OW';
$hash->{ReadFn} = \&ReadFn;
$hash->{DefFn} = \&DefineFn;
$hash->{UndefFn} = \&UndefFn;