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:
@@ -932,6 +932,7 @@ SWAP_Parse($$)
|
|||||||
|
|
||||||
$rhash->{product} = $products->{$productcode} if( defined($productcode) && defined($products->{$productcode} ) );
|
$rhash->{product} = $products->{$productcode} if( defined($productcode) && defined($products->{$productcode} ) );
|
||||||
|
|
||||||
|
SWAP_Set( $rhash, $rname, "getConfig" ) if( !$first );
|
||||||
SWAP_Set( $rhash, $rname, "statusRequest" ) if( $first );
|
SWAP_Set( $rhash, $rname, "statusRequest" ) if( $first );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user