mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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.
|
# 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.
|
# 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
|
- bugfix: 73_AutoShuttersControl: fix fix numeric eq
|
||||||
- new: 50_SSChatBot.pm: module to integrate Synology Chat Server
|
- new: 50_SSChatBot.pm: module to integrate Synology Chat Server
|
||||||
(SSCam is also updated due to compatibility)
|
(SSCam is also updated due to compatibility)
|
||||||
|
@ -219,7 +219,7 @@ sub ShadingProcessing {
|
|||||||
. $azimuthRight
|
. $azimuthRight
|
||||||
. ', Ist es nach der Zeitblockadezeit: '
|
. ', Ist es nach der Zeitblockadezeit: '
|
||||||
. (
|
. (
|
||||||
FHEM::Automation::ShuttersControl::IsAfterShuttersTimeBlocking(
|
FHEM::Automation::ShuttersControl::Helper::IsAfterShuttersTimeBlocking(
|
||||||
$shuttersDev) ? 'JA' : 'NEIN'
|
$shuttersDev) ? 'JA' : 'NEIN'
|
||||||
)
|
)
|
||||||
. ', Das Rollo ist in der Beschattung und wurde manuell gefahren: '
|
. ', Das Rollo ist in der Beschattung und wurde manuell gefahren: '
|
||||||
@ -419,7 +419,7 @@ sub ShadingProcessing {
|
|||||||
|
|
||||||
ShadingProcessingDriveCommand( $hash, $shuttersDev )
|
ShadingProcessingDriveCommand( $hash, $shuttersDev )
|
||||||
if (
|
if (
|
||||||
FHEM::Automation::ShuttersControl::IsAfterShuttersTimeBlocking(
|
FHEM::Automation::ShuttersControl::Helper::IsAfterShuttersTimeBlocking(
|
||||||
$shuttersDev)
|
$shuttersDev)
|
||||||
&& !$FHEM::Automation::ShuttersControl::shutters
|
&& !$FHEM::Automation::ShuttersControl::shutters
|
||||||
->getShadingManualDriveStatus
|
->getShadingManualDriveStatus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user