mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 04:36:02 +00:00
32_TechemWZ.pm: critical typo
git-svn-id: https://svn.fhem.de/fhem/trunk@10535 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8e59a56ffe
commit
8095d7c720
@ -241,7 +241,7 @@ TechemWZ_Parse(@) {
|
||||
push @d, $deviceHash->{NAME};
|
||||
}
|
||||
|
||||
if defined($d[0]) {
|
||||
if (defined($d[0])) {
|
||||
return (@d);
|
||||
} else {
|
||||
return (''); # discard neighbor devices
|
||||
|
Loading…
x
Reference in New Issue
Block a user