Merge pull request 'testing' (#39) from testing into master
Reviewed-on: #39
This commit is contained in:
		| @@ -1265,7 +1265,7 @@ sub Initialize { | ||||
|   ], | ||||
|   "release_status": "stable", | ||||
|   "license": "GPL_2", | ||||
|   "version": "v0.10.14", | ||||
|   "version": "v0.10.15", | ||||
|   "author": [ | ||||
|     "Marko Oldenburg <fhemdevelopment@cooltux.net>" | ||||
|   ], | ||||
|   | ||||
| @@ -1,16 +1,15 @@ | ||||
| UPD 2021-05-18_10:42:56 97974 FHEM/73_AutoShuttersControl.pm | ||||
| UPD 2021-05-17_14:34:49 74350 lib/FHEM/Automation/ShuttersControl.pm | ||||
| UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm | ||||
| UPD 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm | ||||
| UPD 2021-05-18_10:37:51 31896 lib/FHEM/Automation/ShuttersControl/Shutters.pm | ||||
| UPD 2021-05-17_14:30:37 25329 lib/FHEM/Automation/ShuttersControl/Shading.pm | ||||
| UPD 2021-05-17_14:34:49 108472 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm | ||||
| UPD 2021-02-26_14:36:10 40628 lib/FHEM/Automation/ShuttersControl/Helper.pm | ||||
| UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm | ||||
| UPD 2021-05-18_10:37:51 11741 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm | ||||
| UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm | ||||
| UPD 2021-01-29_10:06:33 52525 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm | ||||
| UPD 2020-06-22_09:41:40 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm | ||||
| UPD 2021-01-29_10:06:33 3980 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm | ||||
| UPD 2020-06-22_09:41:40 2288 lib/FHEM/Automation/ShuttersControl/Window/Readings.pm | ||||
| UPD 2021-05-18_10:37:51 6195 lib/FHEM/Automation/ShuttersControl/Rainprotection.pm | ||||
| UPD 2021-05-27_08:55:22 97974 FHEM/73_AutoShuttersControl.pm | ||||
| UPD 2021-05-27_08:51:20 74350 lib/FHEM/Automation/ShuttersControl.pm | ||||
| UPD 2021-02-18_11:11:24 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm | ||||
| UPD 2021-02-18_11:11:24 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm | ||||
| UPD 2021-05-27_08:51:20 31896 lib/FHEM/Automation/ShuttersControl/Shutters.pm | ||||
| UPD 2021-04-30_18:20:51 25329 lib/FHEM/Automation/ShuttersControl/Shading.pm | ||||
| UPD 2021-05-27_08:51:20 109039 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm | ||||
| UPD 2021-02-18_11:11:24 40628 lib/FHEM/Automation/ShuttersControl/Helper.pm | ||||
| UPD 2021-02-18_11:11:24 2175 lib/FHEM/Automation/ShuttersControl/Window.pm | ||||
| UPD 2021-05-27_08:51:20 11741 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm | ||||
| UPD 2021-02-18_11:11:24 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm | ||||
| UPD 2021-02-18_11:11:24 52525 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm | ||||
| UPD 2021-02-18_11:11:24 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm | ||||
| UPD 2021-02-18_11:11:24 3980 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm | ||||
| UPD 2021-02-18_11:11:24 2288 lib/FHEM/Automation/ShuttersControl/Window/Readings.pm | ||||
|   | ||||
| @@ -313,7 +313,16 @@ sub EventProcessingWindowRec { | ||||
|                     $FHEM::Automation::ShuttersControl::shutters | ||||
|                       ->getPrivacyDownPos | ||||
|                     && $FHEM::Automation::ShuttersControl::shutters | ||||
|                     ->getPrivacyDownStatus == 1 | ||||
|                          ->getPrivacyDownStatus != 2 | ||||
|                     && !$FHEM::Automation::ShuttersControl::shutters->getIsDay ) | ||||
|                 || ( $FHEM::Automation::ShuttersControl::shutters->getStatus == | ||||
|                       $FHEM::Automation::ShuttersControl::shutters | ||||
|                          ->getOpenPos | ||||
|                     && (   $FHEM::Automation::ShuttersControl::shutters | ||||
|                              ->getLockOut ne 'off' | ||||
|                         || $FHEM::Automation::ShuttersControl::shutters | ||||
|                              ->getShuttersPlace eq 'terrace' | ||||
|                        ) | ||||
|                     && !$FHEM::Automation::ShuttersControl::shutters->getIsDay ) | ||||
|             ) | ||||
|             && ( $FHEM::Automation::ShuttersControl::shutters->getVentilateOpen | ||||
|   | ||||
		Reference in New Issue
	
	Block a user