Compare commits
2 Commits
testing
...
72687bc4be
Author | SHA1 | Date | |
---|---|---|---|
72687bc4be | |||
24d692d6d4 |
34
CHANGELOG.md
34
CHANGELOG.md
@ -1,5 +1,5 @@
|
|||||||
### fix: commandref (HEAD -> patch-commandref)
|
### fix: commandref tag (HEAD -> patch-commandref)
|
||||||
>Tue, 21 Jan 2025 18:19:42 +0100
|
>Tue, 21 Jan 2025 17:53:05 +0100
|
||||||
|
|
||||||
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
@ -8,36 +8,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
### docs: new changelog
|
|
||||||
>Tue, 21 Jan 2025 17:19:04 +0100
|
|
||||||
|
|
||||||
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
|
||||||
|
|
||||||
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### feat: change version
|
|
||||||
>Tue, 21 Jan 2025 17:18:12 +0100
|
|
||||||
|
|
||||||
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
|
||||||
|
|
||||||
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### feat: https://forum.fhem.de/index.php?topic=136510.0
|
|
||||||
>Sun, 12 Jan 2025 12:56:08 +0100
|
|
||||||
|
|
||||||
>Author: Marko Oldenburg (oldenburg@b1-systems.de)
|
|
||||||
|
|
||||||
>Commiter: Marko Oldenburg (oldenburg@b1-systems.de)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Corrected some typos and missing spaces
|
### Corrected some typos and missing spaces
|
||||||
>Thu, 26 Dec 2024 23:30:36 +0100
|
>Thu, 26 Dec 2024 23:30:36 +0100
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
UPD 2025-01-21_18:19:08 116536 FHEM/73_AutoShuttersControl.pm
|
UPD 2025-01-21_17:52:14 116536 FHEM/73_AutoShuttersControl.pm
|
||||||
UPD 2025-01-21_17:56:42 76570 lib/FHEM/Automation/ShuttersControl.pm
|
UPD 2025-01-21_17:38:51 76335 lib/FHEM/Automation/ShuttersControl.pm
|
||||||
UPD 2024-10-12_09:12:30 2691 lib/FHEM/Automation/ShuttersControl/Dev.pm
|
UPD 2024-10-12_09:12:30 2691 lib/FHEM/Automation/ShuttersControl/Dev.pm
|
||||||
UPD 2024-10-12_09:12:30 2675 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
UPD 2024-10-12_09:12:30 2675 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||||
UPD 2024-10-12_09:12:30 31828 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
UPD 2024-10-12_09:12:30 31828 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||||
|
@ -1769,11 +1769,7 @@ sub SetCmdFn {
|
|||||||
|| $FHEM::Automation::ShuttersControl::shutters
|
|| $FHEM::Automation::ShuttersControl::shutters
|
||||||
->getWindProtectionStatus eq 'protected'
|
->getWindProtectionStatus eq 'protected'
|
||||||
|| $FHEM::Automation::ShuttersControl::shutters
|
|| $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 ) {
|
if ( $shutters->getStatus != $posValue ) {
|
||||||
$shutters->setLastPos( $shutters->getStatus );
|
$shutters->setLastPos( $shutters->getStatus );
|
||||||
|
Reference in New Issue
Block a user