10_CUL_HM: aesKey form vccu
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8720 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -275,7 +275,9 @@ sub CUL_HM_updateConfig($){
|
||||
}
|
||||
}
|
||||
elsif ($md =~ m/(CCU-FHEM)/){
|
||||
HMLAN_writeAesKey($_) foreach (split ",",AttrVal($name,"IOList",""));
|
||||
if(eval "defined(&HMLAN_writeAesKey)"){
|
||||
HMLAN_writeAesKey($_) foreach (split ",",AttrVal($name,"IOList",""));
|
||||
}
|
||||
}
|
||||
elsif ($st eq "dimmer" ) {#setup virtual dimmer channels
|
||||
my $mId = CUL_HM_getMId($hash);
|
||||
@@ -837,7 +839,9 @@ sub CUL_HM_Attr(@) {#################################
|
||||
delete $attr{$name}{$attrName};
|
||||
}
|
||||
if ($init_done){
|
||||
HMLAN_writeAesKey($_) foreach (split ",",AttrVal($name,"IOList",""));
|
||||
if(eval "defined(&HMLAN_writeAesKey)"){
|
||||
HMLAN_writeAesKey($_) foreach (split ",",AttrVal($name,"IOList",""));
|
||||
}
|
||||
}
|
||||
return $retVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user