From 4b6a7fa83673571f7ed9ec4e142c10225e04f5cf Mon Sep 17 00:00:00 2001 From: CoolTux Date: Sun, 12 Jan 2020 08:32:29 +0000 Subject: [PATCH] 73_AutoShuttersControl: remove old Attribut git-svn-id: https://svn.fhem.de/fhem/trunk@20945 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/73_AutoShuttersControl.pm | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 3bd173ec7..67d132f01 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 73_AutoShuttersControl: remove old Attribut - feature: 73_NUKIBridge: change Code for outputAsync - bugfix: Tag.pm: fix warnings, Forum: 106763 - feature: 73_NUKIBridge: 74_NUKIDevice change Code to 2 step modul diff --git a/fhem/FHEM/73_AutoShuttersControl.pm b/fhem/FHEM/73_AutoShuttersControl.pm index fd5a85685..1d8151d77 100644 --- a/fhem/FHEM/73_AutoShuttersControl.pm +++ b/fhem/FHEM/73_AutoShuttersControl.pm @@ -294,9 +294,6 @@ sub ascAPIget($@) { sub Initialize($) { my ($hash) = @_; - ### alte Attribute welche entfernt werden - my $oldAttr = 'ASC_shuttersDriveOffset '; - ## Da ich mit package arbeite müssen in die Initialize für die jeweiligen hash Fn Funktionen der Funktionsname # und davor mit :: getrennt der eigentliche package Name des Modules $hash->{SetFn} = 'FHEM::AutoShuttersControl::Set'; @@ -324,7 +321,6 @@ sub Initialize($) { . 'ASC_expert:1 ' . 'ASC_blockAscDrivesAfterManual:0,1 ' . 'ASC_debug:1 ' - . $oldAttr . $readingFnAttributes; $hash->{NotifyOrderPrefix} = '51-'; # Order Nummer für NotifyFn @@ -7923,7 +7919,7 @@ sub getblockAscDrivesAfterManual { ], "release_status": "under develop", "license": "GPL_2", - "version": "v0.8.12", + "version": "v0.8.13", "author": [ "Marko Oldenburg " ],