fixed getConfig loop

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4528 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-01-02 12:35:19 +00:00
parent 8995437810
commit f737a197a6

View File

@ -932,7 +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, "getConfig" ) if( !$first );
SWAP_Set( $rhash, $rname, "statusRequest" ) if( $first );
}