diff --git a/FHEM/34_SWAP.pm b/FHEM/34_SWAP.pm index 495374b84..9d114d581 100755 --- a/FHEM/34_SWAP.pm +++ b/FHEM/34_SWAP.pm @@ -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 ); }