mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
46_TRX_WEATHER.pm: add 5b to the MatchList (Forum #126476)
git-svn-id: https://svn.fhem.de/fhem/trunk@26129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2acb538cbb
commit
4113466112
@ -144,7 +144,7 @@ TRX_WEATHER_Initialize($)
|
||||
{
|
||||
my ($hash) = @_;
|
||||
|
||||
$hash->{Match} = "^..(40|4e|50|51|52|54|55|56|57|58|5a|5c|5d|71).*";
|
||||
$hash->{Match} = "^..(40|4e|50|51|52|54|55|56|57|58|5a|5b|5c|5d|71).*";
|
||||
$hash->{DefFn} = "TRX_WEATHER_Define";
|
||||
$hash->{UndefFn} = "TRX_WEATHER_Undef";
|
||||
$hash->{ParseFn} = "TRX_WEATHER_Parse";
|
||||
|
Loading…
Reference in New Issue
Block a user