Compare commits
12 Commits
72687bc4be
...
testing
Author | SHA1 | Date | |
---|---|---|---|
81489d5246 | |||
833a370347 | |||
fb50355d39 | |||
d41615c90f | |||
be5e721c43 | |||
2351e5b9db | |||
d4626a068b | |||
0571adccc5 | |||
8ec3bcde54 | |||
bd97e399bf | |||
d409662969 | |||
c1c3e2cbdf |
34
CHANGELOG.md
34
CHANGELOG.md
@ -1,5 +1,5 @@
|
|||||||
### fix: commandref tag (HEAD -> patch-commandref)
|
### fix: commandref (HEAD -> patch-commandref)
|
||||||
>Tue, 21 Jan 2025 17:53:05 +0100
|
>Tue, 21 Jan 2025 18:19:42 +0100
|
||||||
|
|
||||||
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
@ -8,6 +8,36 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### 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_17:52:14 116536 FHEM/73_AutoShuttersControl.pm
|
UPD 2025-01-21_18:19:08 116536 FHEM/73_AutoShuttersControl.pm
|
||||||
UPD 2025-01-21_17:38:51 76335 lib/FHEM/Automation/ShuttersControl.pm
|
UPD 2025-01-21_17:56:42 76570 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,7 +1769,11 @@ 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