mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 02:10:32 +00:00
73_AutoShuttersControl: remove old Attribut
git-svn-id: https://svn.fhem.de/fhem/trunk@20945 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
836f3c157a
commit
5f5cc29060
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- change: 73_AutoShuttersControl: remove old Attribut
|
||||||
- feature: 73_NUKIBridge: change Code for outputAsync
|
- feature: 73_NUKIBridge: change Code for outputAsync
|
||||||
- bugfix: Tag.pm: fix warnings, Forum: 106763
|
- bugfix: Tag.pm: fix warnings, Forum: 106763
|
||||||
- feature: 73_NUKIBridge: 74_NUKIDevice change Code to 2 step modul
|
- feature: 73_NUKIBridge: 74_NUKIDevice change Code to 2 step modul
|
||||||
|
@ -294,9 +294,6 @@ sub ascAPIget($@) {
|
|||||||
sub Initialize($) {
|
sub Initialize($) {
|
||||||
my ($hash) = @_;
|
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
|
## 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
|
# und davor mit :: getrennt der eigentliche package Name des Modules
|
||||||
$hash->{SetFn} = 'FHEM::AutoShuttersControl::Set';
|
$hash->{SetFn} = 'FHEM::AutoShuttersControl::Set';
|
||||||
@ -324,7 +321,6 @@ sub Initialize($) {
|
|||||||
. 'ASC_expert:1 '
|
. 'ASC_expert:1 '
|
||||||
. 'ASC_blockAscDrivesAfterManual:0,1 '
|
. 'ASC_blockAscDrivesAfterManual:0,1 '
|
||||||
. 'ASC_debug:1 '
|
. 'ASC_debug:1 '
|
||||||
. $oldAttr
|
|
||||||
. $readingFnAttributes;
|
. $readingFnAttributes;
|
||||||
$hash->{NotifyOrderPrefix} = '51-'; # Order Nummer für NotifyFn
|
$hash->{NotifyOrderPrefix} = '51-'; # Order Nummer für NotifyFn
|
||||||
|
|
||||||
@ -7923,7 +7919,7 @@ sub getblockAscDrivesAfterManual {
|
|||||||
],
|
],
|
||||||
"release_status": "under develop",
|
"release_status": "under develop",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v0.8.12",
|
"version": "v0.8.13",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user