vtc updates

git-svn-id: https://svn.fhem.de/fhem/trunk@4706 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-01-21 13:27:20 +00:00
parent b53f32cfb2
commit 2c6918ee1c
2 changed files with 2 additions and 1 deletions

View File

@ -623,7 +623,7 @@ sub HMinfo_SetFn($@) {#########################################################
} }
elsif($cmd eq "rssi") {##print RSSI protocol-events-------------------- elsif($cmd eq "rssi") {##print RSSI protocol-events--------------------
my @rssiList; my @rssiList;
foreach my $dName (HMinfo_getEntities($opt."dv",$filter)){ foreach my $dName (HMinfo_getEntities($opt."d",$filter)){
foreach my $dest (keys %{$defs{$dName}{helper}{rssi}}){ foreach my $dest (keys %{$defs{$dName}{helper}{rssi}}){
my $dispName = $dName; my $dispName = $dName;
my $dispDest = $dest; my $dispDest = $dest;

View File

@ -1054,6 +1054,7 @@ $culHmRegChan{"ROTO_ZEL-STG-RM-FWT03"}= $culHmRegType{"HM-CC-TC03"};
%culHmGlobalSetsVrtDev = (# virtuals and devices without subtype %culHmGlobalSetsVrtDev = (# virtuals and devices without subtype
raw => "data ...", raw => "data ...",
virtual =>"<noButtons>", virtual =>"<noButtons>",
clear => "[readings|register|rssi|msgEvents]",
); );
%culHmGlobalSetsDevice = (# all devices but virtuals %culHmGlobalSetsDevice = (# all devices but virtuals
raw => "data ...", raw => "data ...",