mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
98_fheminfo.pm: better xml handling
git-svn-id: https://svn.fhem.de/fhem/trunk@19879 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c41df7a93c
commit
01844d7f1d
@ -277,7 +277,8 @@ sub _fi2_zwave($) {
|
||||
my $lId = lc(getVal($l, "id"));
|
||||
my $lProd = lc(getVal($l, "type"));
|
||||
if($mf eq $lastMf && $prod eq $lProd && $id eq $lId) {
|
||||
$ret = "$mName $3";
|
||||
my $pName = getVal($l, "name");
|
||||
$ret = "$mName $pName";
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user