mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
reread config if product code is received
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4517 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5823318b15
commit
dd1cf84952
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user