change condition for multisensor to reading RegEx only
geändert: lib/FHEM/Automation/ShuttersControl.pm
This commit is contained in:
parent
ea8813cd2c
commit
269288c24a
@ -1,5 +1,5 @@
|
||||
UPD 2020-07-07_14:49:19 97041 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2020-07-08_10:52:06 178008 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2020-07-08_11:34:15 177894 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
|
||||
UPD 2020-07-07_14:49:19 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||
UPD 2020-07-07_14:49:19 30710 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
|
@ -544,11 +544,9 @@ sub EventProcessingGeneral {
|
||||
EventProcessingResidents( $hash, $device, $events )
|
||||
if ( $deviceAttr eq 'ASC_residentsDev' );
|
||||
EventProcessingRain( $hash, $device, $events )
|
||||
if ( $deviceAttr eq 'ASC_rainSensor'
|
||||
and $events =~ m{$rainReading}xms );
|
||||
if ( $events =~ m{$rainReading}xms );
|
||||
EventProcessingWind( $hash, $device, $events )
|
||||
if ( $deviceAttr eq 'ASC_windSensor'
|
||||
and $events =~ m{$windReading}xms );
|
||||
if ( $events =~ m{$windReading}xms );
|
||||
|
||||
EventProcessingTwilightDevice( $hash, $device, $events )
|
||||
if ( $deviceAttr eq 'ASC_twilightDevice' );
|
||||
|
Loading…
x
Reference in New Issue
Block a user