32_TechemWZ.pm: critical typo
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10535 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -241,7 +241,7 @@ TechemWZ_Parse(@) {
|
|||||||
push @d, $deviceHash->{NAME};
|
push @d, $deviceHash->{NAME};
|
||||||
}
|
}
|
||||||
|
|
||||||
if defined($d[0]) {
|
if (defined($d[0])) {
|
||||||
return (@d);
|
return (@d);
|
||||||
} else {
|
} else {
|
||||||
return (''); # discard neighbor devices
|
return (''); # discard neighbor devices
|
||||||
|
|||||||
Reference in New Issue
Block a user