mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +00:00
46_TRX_ELSE.pm: code 40 for TRX_WEATHER
git-svn-id: https://svn.fhem.de/fhem/trunk@11451 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
61c7c11aa5
commit
6fd1ee36a6
@ -3,7 +3,7 @@
|
||||
#
|
||||
# FHEM module unkown RFXtrx433 messages
|
||||
#
|
||||
# Copyright (C) 2012 Willi Herzig
|
||||
# Copyright (C) 2012-2016 Willi Herzig
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
@ -41,7 +41,7 @@ TRX_ELSE_Initialize($)
|
||||
{
|
||||
my ($hash) = @_;
|
||||
|
||||
$hash->{Match} = "^..(0[0-9a-f]|1[a-f]|2[1-9a-f]|3[0-9a-f]|4[0-9a-d]|4f|53|59|5e|5f|[6-9a-f][0-9a-f]).*";
|
||||
$hash->{Match} = "^..(0[0-9a-f]|1[a-f]|2[1-9a-f]|3[0-9a-f]|4[1-9a-d]|4f|53|59|5e|5f|[6-9a-f][0-9a-f]).*";
|
||||
$hash->{DefFn} = "TRX_ELSE_Define";
|
||||
$hash->{UndefFn} = "TRX_ELSE_Undef";
|
||||
$hash->{ParseFn} = "TRX_ELSE_Parse";
|
||||
|
Loading…
x
Reference in New Issue
Block a user