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:
@@ -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 Bug then use Privacy Down
|
||||||
- bugfix: 95_Astro: make tzset() more robust, change Version
|
- bugfix: 95_Astro: make tzset() more robust, change Version
|
||||||
- change: 73_AutoShuttersControl: little Bugfix, add devStateIcon Fn
|
- change: 73_AutoShuttersControl: little Bugfix, add devStateIcon Fn
|
||||||
- change: 93_DbLog: avoid FHEM from crash if SVG requests a wrong date/time
|
- change: 93_DbLog: avoid FHEM from crash if SVG requests a wrong date/time
|
||||||
|
|||||||
@@ -2020,7 +2020,7 @@ sub EventProcessingBrightness($@) {
|
|||||||
|
|
||||||
$shutters->setPrivacyDownStatus(0)
|
$shutters->setPrivacyDownStatus(0)
|
||||||
if ( $shutters->getPrivacyDownStatus == 2
|
if ( $shutters->getPrivacyDownStatus == 2
|
||||||
and $shutters->getSunset );
|
and $shutters->getSunrise );
|
||||||
ShuttersCommandSet( $hash, $shuttersDev, $posValue );
|
ShuttersCommandSet( $hash, $shuttersDev, $posValue );
|
||||||
|
|
||||||
ASC_Debug( 'EventProcessingBrightness: '
|
ASC_Debug( 'EventProcessingBrightness: '
|
||||||
@@ -7903,7 +7903,7 @@ sub getblockAscDrivesAfterManual {
|
|||||||
],
|
],
|
||||||
"release_status": "under develop",
|
"release_status": "under develop",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v0.8.8",
|
"version": "v0.8.9",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user