2
0
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:
justme-1968 2013-12-31 11:25:01 +00:00
parent b85bfa18fa
commit 7e6be5dbc1

View File

@ -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 );
}