remove Shading import fn from lib/FHEM/Automation/ShuttersControl.pm
to lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
This commit is contained in:
		| @@ -1,10 +1,10 @@ | ||||
| UPD 2020-07-08_22:02:31 97041 FHEM/73_AutoShuttersControl.pm | ||||
| UPD 2020-07-09_08:43:46 73984 lib/FHEM/Automation/ShuttersControl.pm | ||||
| UPD 2020-07-09_08:53:11 73926 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-08_22:06:53 30760 lib/FHEM/Automation/ShuttersControl/Shutters.pm | ||||
| UPD 2020-07-09_08:19:25 23216 lib/FHEM/Automation/ShuttersControl/Shading.pm | ||||
| UPD 2020-07-09_08:47:47 107707 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm | ||||
| UPD 2020-07-09_08:53:08 107765 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm | ||||
| UPD 2020-07-09_08:18:54 44235 lib/FHEM/Automation/ShuttersControl/Helper.pm | ||||
| UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm | ||||
| UPD 2020-07-08_22:06:53 11569 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm | ||||
|   | ||||
| @@ -77,7 +77,6 @@ use FHEM::Automation::ShuttersControl::Shutters; | ||||
| use FHEM::Automation::ShuttersControl::Dev; | ||||
|  | ||||
| use FHEM::Automation::ShuttersControl::EventProcessingFunctions qw (:ALL); | ||||
| use FHEM::Automation::ShuttersControl::Shading qw (:ALL); | ||||
| use FHEM::Automation::ShuttersControl::Helper qw (:ALL); | ||||
|  | ||||
| # try to use JSON::MaybeXS wrapper | ||||
|   | ||||
| @@ -46,6 +46,7 @@ use POSIX qw(strftime); | ||||
| use utf8; | ||||
|  | ||||
| use FHEM::Automation::ShuttersControl::Helper qw (:ALL); | ||||
| use FHEM::Automation::ShuttersControl::Shading qw (:ALL); | ||||
|  | ||||
| require Exporter; | ||||
| our @ISA       = qw(Exporter); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user