mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
vtc updates
git-svn-id: https://svn.fhem.de/fhem/trunk@4706 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b53f32cfb2
commit
2c6918ee1c
@ -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;
|
||||||
|
@ -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 ...",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user