2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 17:36:39 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@4882 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-02-11 18:04:55 +00:00
parent 6cf7a29d9c
commit de6ac1f948

View File

@ -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";