2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 14:47:00 +00:00

73_AutoShuttersControl: fix IsDay Bug then use Privacy Down

git-svn-id: https://svn.fhem.de/fhem/trunk@20849 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2019-12-29 19:07:44 +00:00
parent da24850547
commit 8962d96e5f
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# 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 IsDay Bug then use Privacy Down
- bugfix: 95_Astro: make tzset() more robust, change Version
- change: 73_AutoShuttersControl: little Bugfix, add devStateIcon Fn
- change: 93_DbLog: avoid FHEM from crash if SVG requests a wrong date/time

View File

@ -2020,7 +2020,7 @@ sub EventProcessingBrightness($@) {
$shutters->setPrivacyDownStatus(0)
if ( $shutters->getPrivacyDownStatus == 2
and $shutters->getSunset );
and $shutters->getSunrise );
ShuttersCommandSet( $hash, $shuttersDev, $posValue );
ASC_Debug( 'EventProcessingBrightness: '
@ -7903,7 +7903,7 @@ sub getblockAscDrivesAfterManual {
],
"release_status": "under develop",
"license": "GPL_2",
"version": "v0.8.8",
"version": "v0.8.9",
"author": [
"Marko Oldenburg <leongaultier@gmail.com>"
],