mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
collectord: remove wrong bracket (Forum: #54482)
git-svn-id: https://svn.fhem.de/fhem/trunk@14800 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
06aa78aee7
commit
775558a4d9
@ -946,7 +946,7 @@ sub aggregateRooms
|
||||
|
||||
if(@rooms > 0)
|
||||
{
|
||||
my $rssi_data = join(";", map("rssi_".$_."='".$rssi_results{$_}."'", map {s/\s+/_/rg } keys %rssi_results)));
|
||||
my $rssi_data = join(";", map("rssi_".$_."='".$rssi_results{$_}."'", map {s/\s+/_/rg } keys %rssi_results));
|
||||
my $ret = "present".
|
||||
(defined($hroom) ? ";room='".$hroom."'" : "").
|
||||
"rooms='".join(",",sort @rooms)."'".
|
||||
|
Loading…
x
Reference in New Issue
Block a user