mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
73_AutoShuttersControl: fix _IsDay Fn
git-svn-id: https://svn.fhem.de/fhem/trunk@21495 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
47030d7bb0
commit
329c318ac6
@ -1,5 +1,6 @@
|
|||||||
# 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 _IsDay Fn
|
||||||
- feature: 73_AutoShuttersControl: add holidayWeekend support for brightness
|
- feature: 73_AutoShuttersControl: add holidayWeekend support for brightness
|
||||||
- bugfix: 73_AutoShuttersControl: fix PrivacyDownStatus in Brightness,
|
- bugfix: 73_AutoShuttersControl: fix PrivacyDownStatus in Brightness,
|
||||||
add set brightness average max objects in array attribut
|
add set brightness average max objects in array attribut
|
||||||
|
@ -3458,8 +3458,8 @@ sub _IsDay($) {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
(
|
(
|
||||||
$shutters->getModeDown eq 'brightness'
|
$shutters->getDown eq 'brightness'
|
||||||
or $shutters->getModeUp eq 'brightness'
|
or $shutters->getUp eq 'brightness'
|
||||||
)
|
)
|
||||||
or (
|
or (
|
||||||
(
|
(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user