mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
45_TRX.pm: new code 40 to add XDOM TH10 and Digimax TLX7506 done by oliv06
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11449 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9c9b34ba6c
commit
3521c944c3
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Derived from 00_CUL.pm: Copyright (C) Rudolf Koenig"
|
# Derived from 00_CUL.pm: Copyright (C) Rudolf Koenig"
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012/2013 Willi Herzig
|
# Copyright (C) 2012-2016 Willi Herzig
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
@ -58,10 +58,10 @@ TRX_Initialize($)
|
|||||||
$hash->{Clients} =
|
$hash->{Clients} =
|
||||||
":TRX_WEATHER:TRX_SECURITY:TRX_LIGHT:TRX_ELSE:";
|
":TRX_WEATHER:TRX_SECURITY:TRX_LIGHT:TRX_ELSE:";
|
||||||
my %mc = (
|
my %mc = (
|
||||||
"1:TRX_WEATHER" => "^..(4e|50|51|52|54|55|56|57|58|5a|5b|5c|5d).*",
|
"1:TRX_WEATHER" => "^..(40|4e|50|51|52|54|55|56|57|58|5a|5b|5c|5d).*",
|
||||||
"2:TRX_SECURITY" => "^..(20).*",
|
"2:TRX_SECURITY" => "^..(20).*",
|
||||||
"3:TRX_LIGHT" => "^..(10|11|12|13|14|15|16|17|18|19).*",
|
"3:TRX_LIGHT" => "^..(10|11|12|13|14|15|16|17|18|19).*",
|
||||||
"4:TRX_ELSE" => "^..(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]).*",
|
"4:TRX_ELSE" => "^..(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->{MatchList} = \%mc;
|
$hash->{MatchList} = \%mc;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user