mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
e8f193fb6d
commit
5bf0cf2c72
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user