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

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

View File

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