73_AutoShuttersControl: fix wrong Skalar in Condition
git-svn-id: https://svn.fhem.de/fhem/trunk@22367 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -519,7 +519,7 @@ sub EventProcessingGeneral {
|
|||||||
while ( my ( $device, $deviceAttr ) =
|
while ( my ( $device, $deviceAttr ) =
|
||||||
each %{ $hash->{monitoredDevs}{$devname} } )
|
each %{ $hash->{monitoredDevs}{$devname} } )
|
||||||
{
|
{
|
||||||
if ( $devname eq $name ) {
|
if ( $device eq $name ) {
|
||||||
EventProcessingResidents( $hash, $device, $events )
|
EventProcessingResidents( $hash, $device, $events )
|
||||||
if ( $deviceAttr eq 'ASC_residentsDev' );
|
if ( $deviceAttr eq 'ASC_residentsDev' );
|
||||||
EventProcessingRain( $hash, $device, $events )
|
EventProcessingRain( $hash, $device, $events )
|
||||||
|
|||||||
Reference in New Issue
Block a user