fix commandref for better understanding

This commit is contained in:
Marko Oldenburg 2020-07-09 12:51:46 +02:00
parent ed1325e735
commit 933b4f1c91
3 changed files with 4 additions and 4 deletions

View File

@ -1198,7 +1198,7 @@ sub Initialize {
<tr><td>DriveUpMaxDuration</td><td> </td></tr>
<tr><td>SubTyp</td><td> </td></tr>
<tr><td>WinDev</td><td> </td></tr>
<tr><td>ShadingBetweenTheTime</td><td>Konfiguration f&uuml;r die Zeit der Beschattung, Beispiel: 09:00-13:00</td></tr>
<tr><td>ShadingBetweenTheTime</td><td>Konfiguration f&uuml;r die Zeit der Beschattung, Beispiel: 09:00-13:00 WICHTIG!!!! Immer bei einstelligen Stunden die 0 davor setzen</td></tr>
</table>
</p>
<u>&Uuml;bersicht f&uuml;r das ASC Device Getter</u>

View File

@ -1,9 +1,9 @@
UPD 2020-07-09_11:10:47 97534 FHEM/73_AutoShuttersControl.pm
UPD 2020-07-09_12:51:01 97596 FHEM/73_AutoShuttersControl.pm
UPD 2020-07-09_11:10:47 74134 lib/FHEM/Automation/ShuttersControl.pm
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
UPD 2020-07-07_14:49:19 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
UPD 2020-07-09_12:14:51 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
UPD 2020-07-09_12:26:35 23951 lib/FHEM/Automation/ShuttersControl/Shading.pm
UPD 2020-07-09_12:51:05 23952 lib/FHEM/Automation/ShuttersControl/Shading.pm
UPD 2020-07-09_09:43:45 108076 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
UPD 2020-07-09_11:13:13 44910 lib/FHEM/Automation/ShuttersControl/Helper.pm
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm

View File

@ -475,7 +475,7 @@ sub ShadingProcessing {
&& $FHEM::Automation::ShuttersControl::shutters->getStatus ==
$FHEM::Automation::ShuttersControl::shutters->getShadingPos
)
|| ( $FHEM::Automation::ShuttersControl::shutters->getShadingBetweenTheTimeSuspend
|| ( !$FHEM::Automation::ShuttersControl::shutters->getShadingBetweenTheTimeSuspend
&& $FHEM::Automation::ShuttersControl::shutters->getStatus !=
$FHEM::Automation::ShuttersControl::shutters->getShadingPos )
)