mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 23:09:26 +00:00
reread config if product code is received
git-svn-id: https://svn.fhem.de/fhem/trunk@4517 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b85bfa18fa
commit
7e6be5dbc1
@ -932,6 +932,7 @@ SWAP_Parse($$)
|
||||
|
||||
$rhash->{product} = $products->{$productcode} if( defined($productcode) && defined($products->{$productcode} ) );
|
||||
|
||||
SWAP_Set( $rhash, $rname, "getConfig" ) if( !$first );
|
||||
SWAP_Set( $rhash, $rname, "statusRequest" ) if( $first );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user