mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-05 12:06:35 +00:00
bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@4882 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6cf7a29d9c
commit
de6ac1f948
@ -4651,7 +4651,6 @@ sub CUL_HM_getAssChnNames($) { #in: name out:list of assotiated chan and device
|
|||||||
sub CUL_HM_Id($) {#in: ioHash out: ioHMid
|
sub CUL_HM_Id($) {#in: ioHash out: ioHMid
|
||||||
my ($io) = @_;
|
my ($io) = @_;
|
||||||
if (ref($io) ne 'HASH'){
|
if (ref($io) ne 'HASH'){
|
||||||
Log 1,"have problems with $io";
|
|
||||||
return "000000";
|
return "000000";
|
||||||
}
|
}
|
||||||
my $fhtid = defined($io->{FHTID}) ? $io->{FHTID} : "0000";
|
my $fhtid = defined($io->{FHTID}) ? $io->{FHTID} : "0000";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user