fix bug with wrong skalar in condition
geändert: lib/FHEM/Automation/ShuttersControl.pm
This commit is contained in:
parent
daf94c9483
commit
b6034b7357
@ -1,8 +1,8 @@
|
||||
UPD 2020-07-06_09:41:48 96885 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2020-07-06_09:41:25 188612 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2020-07-07_14:43:04 96885 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2020-07-07_14:44:00 188619 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
|
||||
UPD 2020-07-06_09:41:25 2493 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||
UPD 2020-07-06_09:41:25 30157 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
UPD 2020-07-07_14:43:04 2493 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||
UPD 2020-07-07_14:43:04 30157 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
|
||||
UPD 2020-06-22_09:41:40 11454 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
|
||||
UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
|
||||
|
@ -519,15 +519,15 @@ sub EventProcessingGeneral {
|
||||
while ( my ( $device, $deviceAttr ) =
|
||||
each %{ $hash->{monitoredDevs}{$devname} } )
|
||||
{
|
||||
if ( $devname eq $name ) {
|
||||
if ( $device eq $name ) {
|
||||
EventProcessingResidents( $hash, $device, $events )
|
||||
if ( $deviceAttr eq 'ASC_residentsDev' );
|
||||
if ( $deviceAttr eq 'ASC_residentsDev' );
|
||||
EventProcessingRain( $hash, $device, $events )
|
||||
if ( $deviceAttr eq 'ASC_rainSensor' );
|
||||
if ( $deviceAttr eq 'ASC_rainSensor' );
|
||||
EventProcessingWind( $hash, $device, $events )
|
||||
if ( $deviceAttr eq 'ASC_windSensor' );
|
||||
if ( $deviceAttr eq 'ASC_windSensor' );
|
||||
EventProcessingTwilightDevice( $hash, $device, $events )
|
||||
if ( $deviceAttr eq 'ASC_twilightDevice' );
|
||||
if ( $deviceAttr eq 'ASC_twilightDevice' );
|
||||
}
|
||||
|
||||
EventProcessingWindowRec( $hash, $device, $events )
|
||||
|
Loading…
x
Reference in New Issue
Block a user