fix Github #82

This commit is contained in:
Marko Oldenburg 2020-08-10 10:56:50 +02:00
parent 8a5a6cafdd
commit 13134ebcdb
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
UPD 2020-08-06_14:32:42 97596 FHEM/73_AutoShuttersControl.pm
UPD 2020-08-10_09:45:49 74134 lib/FHEM/Automation/ShuttersControl.pm
UPD 2020-08-10_10:56:36 74180 lib/FHEM/Automation/ShuttersControl.pm
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
UPD 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
UPD 2020-07-26_17:36:29 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm

View File

@ -515,7 +515,9 @@ m{^(ATTR|DELETEATTR)\s(.*ASC_Time_Up_WE_Holiday|.*ASC_Up|.*ASC_Down|.*ASC_AutoAs
}
elsif ( grep m{^($posReading):\s\d{1,3}$}xms, @{$events} ) {
ASC_Debug( 'Notify: '
. ' ASC_Pos_Reading Event vom Rollo wurde erkannt '
. ' ASC_Pos_Reading Event vom Rollo '
. $devname
. ' wurde erkannt '
. ' - RECEIVED EVENT: '
. Dumper $events);
EventProcessingShutters( $hash, $devname, join( ' ', @{$events} ) );