mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 00:36:25 +00:00
73_AutoShuttersControl: Change version
git-svn-id: https://svn.fhem.de/fhem/trunk@29568 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
02e8c39362
commit
99a5292b6a
@ -1,8 +1,10 @@
|
||||
# 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
|
||||
|
||||
- change: 73_AutoShuttersControl: Change version
|
||||
- feature: 76_SolarForecast: show historical battery SoC when displaying the
|
||||
battery in the bar graph
|
||||
- feature: 73_AutoShuttersControl:
|
||||
- feature: 73_AutoShuttersControl:
|
||||
https://forum.fhem.de/index.php?topic=136510.0
|
||||
- feature: 76_SolarForecast: add temporary Migrate Getter x_migrate,
|
||||
Implementation of a Messaging System
|
||||
|
@ -1462,7 +1462,7 @@ __END__
|
||||
],
|
||||
"release_status": "stable",
|
||||
"license": "GPL_2",
|
||||
"version": "v0.99.10",
|
||||
"version": "v1.0.0",
|
||||
"author": [
|
||||
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
||||
],
|
||||
|
@ -1769,7 +1769,11 @@ sub SetCmdFn {
|
||||
|| $FHEM::Automation::ShuttersControl::shutters
|
||||
->getWindProtectionStatus eq 'protected'
|
||||
|| $FHEM::Automation::ShuttersControl::shutters
|
||||
->getRainProtectionStatus eq 'protected' );
|
||||
->getRainProtectionStatus eq 'protected'
|
||||
|| ( CheckIfShuttersWindowRecOpen($shuttersDev) == 2
|
||||
&& $shutters->getStatus == $shutters->getOpenPos
|
||||
&& $shutters->getShuttersPlace eq 'terrace'
|
||||
&& $shutters->getSelfDefenseMode eq 'off') );
|
||||
|
||||
if ( $shutters->getStatus != $posValue ) {
|
||||
$shutters->setLastPos( $shutters->getStatus );
|
||||
|
Loading…
Reference in New Issue
Block a user