mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4882 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
35ead9c33a
commit
8fe2d1bc98
@ -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
|
||||
my ($io) = @_;
|
||||
if (ref($io) ne 'HASH'){
|
||||
Log 1,"have problems with $io";
|
||||
return "000000";
|
||||
}
|
||||
my $fhtid = defined($io->{FHTID}) ? $io->{FHTID} : "0000";
|
||||
|
Loading…
x
Reference in New Issue
Block a user