mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 14:04:15 +00:00
CUL_HM: setup AES
git-svn-id: https://svn.fhem.de/fhem/trunk@11587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c65443d23e
commit
7ac22b7e7e
@ -940,7 +940,7 @@ sub HMLAN_assignIDs($){
|
||||
sub HMLAN_writeAesKey($) {#####################################################
|
||||
my ($name) = @_;
|
||||
return if (!$name || !$defs{$name} || $defs{$name}{TYPE} ne "HMLAN");
|
||||
return if (!$init_done);
|
||||
# return if (!$init_done); General: need to wait for init done and then redo
|
||||
my %keys = ();
|
||||
my $vccu = InternalVal($name,"owner_CCU",$name);
|
||||
$vccu = $name if(!AttrVal($vccu,"hmKey",""));
|
||||
|
Loading…
x
Reference in New Issue
Block a user