2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 06:48:43 +00:00

00_FBAHA.pm/10_FBDECT.pm: cosmetic modifications for the Comet, wont work yet (Forum #41442)

git-svn-id: https://svn.fhem.de/fhem/trunk@9304 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-09-25 18:33:18 +00:00
parent f5ca295dcc
commit a2d6396b30
2 changed files with 4 additions and 2 deletions

View File

@ -200,7 +200,9 @@ FBAHA_configInd($$)
$act = ($act == 2 ? "active" : ($act == 1 ? "inactive" : "removed"));
my %tl = ( 2=>"AVM FRITZ!Dect Powerline 546E", 9=>"AVM FRITZ!Dect 200");
my %tl = ( 2=>"AVM FRITZ!Dect Powerline 546E",
3=>"Comet DECT");
9=>"AVM FRITZ!Dect 200");
$typ = $tl{$typ} ? $tl{$typ} : "unknown($typ)";
my %ll = (7=>"powerMeter",9=>"switch");

View File

@ -15,7 +15,7 @@ sub FBDECT_Cmd($$@);
sub FBDECT_decodePayload($$$);
my @fbdect_models = qw(Powerline546E Dect200);
my @fbdect_models = qw(Powerline546E Dect200 CometDECT);
my %fbdect_payload = (
7 => { n=>"connected" },