73_AutoShuttersControl: fix bug in call IsAfterShuttersTimeBlocking()

git-svn-id: https://svn.fhem.de/fhem/trunk@22635 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2020-08-20 09:41:19 +00:00
parent e8f193fb6d
commit 5bf0cf2c72
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- bugfix: 73_AutoShuttersControl: fix bug in call
IsAfterShuttersTimeBlocking()
- bugfix: 73_AutoShuttersControl: fix fix numeric eq
- new: 50_SSChatBot.pm: module to integrate Synology Chat Server
(SSCam is also updated due to compatibility)

View File

@ -219,7 +219,7 @@ sub ShadingProcessing {
. $azimuthRight
. ', Ist es nach der Zeitblockadezeit: '
. (
FHEM::Automation::ShuttersControl::IsAfterShuttersTimeBlocking(
FHEM::Automation::ShuttersControl::Helper::IsAfterShuttersTimeBlocking(
$shuttersDev) ? 'JA' : 'NEIN'
)
. ', Das Rollo ist in der Beschattung und wurde manuell gefahren: '
@ -419,7 +419,7 @@ sub ShadingProcessing {
ShadingProcessingDriveCommand( $hash, $shuttersDev )
if (
FHEM::Automation::ShuttersControl::IsAfterShuttersTimeBlocking(
FHEM::Automation::ShuttersControl::Helper::IsAfterShuttersTimeBlocking(
$shuttersDev)
&& !$FHEM::Automation::ShuttersControl::shutters
->getShadingManualDriveStatus