change Code for Window closed then place is terrace
This commit is contained in:
		| @@ -1263,11 +1263,11 @@ sub Initialize { | |||||||
|     "Rollo", |     "Rollo", | ||||||
|     "Control" |     "Control" | ||||||
|   ], |   ], | ||||||
|   "release_status": "testing", |   "release_status": "stable", | ||||||
|   "license": "GPL_2", |   "license": "GPL_2", | ||||||
|   "version": "v0.10.12", |   "version": "v0.10.13", | ||||||
|   "author": [ |   "author": [ | ||||||
|     "Marko Oldenburg <leongaultier@gmail.com>" |     "Marko Oldenburg <fhemdevelopment@cooltux.net>" | ||||||
|   ], |   ], | ||||||
|   "x_fhem_maintainer": [ |   "x_fhem_maintainer": [ | ||||||
|     "CoolTux" |     "CoolTux" | ||||||
|   | |||||||
| @@ -1,13 +1,13 @@ | |||||||
| UPD 2021-02-26_14:36:10 97970 FHEM/73_AutoShuttersControl.pm | UPD 2021-04-29_12:20:23 97974 FHEM/73_AutoShuttersControl.pm | ||||||
| UPD 2021-04-21_13:16:51 74314 lib/FHEM/Automation/ShuttersControl.pm | UPD 2021-04-21_13:16:51 74314 lib/FHEM/Automation/ShuttersControl.pm | ||||||
| UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.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 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm | ||||||
| UPD 2021-02-26_14:36:10 31487 lib/FHEM/Automation/ShuttersControl/Shutters.pm | UPD 2021-02-26_14:36:10 31487 lib/FHEM/Automation/ShuttersControl/Shutters.pm | ||||||
| UPD 2021-04-21_13:21:26 25329 lib/FHEM/Automation/ShuttersControl/Shading.pm | UPD 2021-04-29_11:34:37 25329 lib/FHEM/Automation/ShuttersControl/Shading.pm | ||||||
| UPD 2021-04-21_13:19:58 110498 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm | UPD 2021-04-29_12:18:42 110757 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm | ||||||
| UPD 2021-02-26_14:36:10 40628 lib/FHEM/Automation/ShuttersControl/Helper.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 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm | ||||||
| UPD 2021-01-29_10:06:33 11742 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm | UPD 2021-04-27_07:52:31 11742 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm | ||||||
| UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.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 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 2020-06-22_09:41:40 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm | ||||||
|   | |||||||
| @@ -300,8 +300,14 @@ sub EventProcessingWindowRec { | |||||||
|                 $FHEM::Automation::ShuttersControl::shutters->getVentilatePos |                 $FHEM::Automation::ShuttersControl::shutters->getVentilatePos | ||||||
|                 || $FHEM::Automation::ShuttersControl::shutters->getStatus == |                 || $FHEM::Automation::ShuttersControl::shutters->getStatus == | ||||||
|                 $FHEM::Automation::ShuttersControl::shutters->getComfortOpenPos |                 $FHEM::Automation::ShuttersControl::shutters->getComfortOpenPos | ||||||
| #                 || $FHEM::Automation::ShuttersControl::shutters->getStatus == |                 || (   $FHEM::Automation::ShuttersControl::shutters->getStatus == | ||||||
| #                 $FHEM::Automation::ShuttersControl::shutters->getOpenPos                  Logikfehler? siehe Forum https://forum.fhem.de/index.php/topic,120390.msg1149463.html#msg1149463 |                        $FHEM::Automation::ShuttersControl::shutters->getOpenPos | ||||||
|  |                     && $FHEM::Automation::ShuttersControl::shutters->getLastDrive | ||||||
|  |                       eq 'ventilate - window open' | ||||||
|  |                     && $FHEM::Automation::ShuttersControl::shutters->getSubTyp | ||||||
|  |                       eq 'twostate' | ||||||
|  |                     && $FHEM::Automation::ShuttersControl::shutters->getVentilateOpen | ||||||
|  |                       eq 'on' ) | ||||||
|                 || ( $FHEM::Automation::ShuttersControl::shutters->getStatus == |                 || ( $FHEM::Automation::ShuttersControl::shutters->getStatus == | ||||||
|                     $FHEM::Automation::ShuttersControl::shutters |                     $FHEM::Automation::ShuttersControl::shutters | ||||||
|                     ->getPrivacyDownPos |                     ->getPrivacyDownPos | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user