mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
73_AutoShuttersControl: bug line 623
git-svn-id: https://svn.fhem.de/fhem/trunk@17805 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6f143cb4cb
commit
64b6dad2d3
@ -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.
|
||||||
|
- bugfix: 73_AutoShuttersControl: bug line 623
|
||||||
- feature: 73_AutoShuttersControl: add lockOut support at Z-Wave
|
- feature: 73_AutoShuttersControl: add lockOut support at Z-Wave
|
||||||
- feature: 73_AutoShuttersControl: ASC Attribut support for value zero
|
- feature: 73_AutoShuttersControl: ASC Attribut support for value zero
|
||||||
- no creation of the attributes during the first scan or no
|
- no creation of the attributes during the first scan or no
|
||||||
|
@ -619,7 +619,7 @@ sub ShuttersDeviceScan($) {
|
|||||||
); # temporär muss später gelöscht werden ab Version 0.2.0.7
|
); # temporär muss später gelöscht werden ab Version 0.2.0.7
|
||||||
|
|
||||||
delFromDevAttrList( $_, 'ASC_LockOut_Cmd:inhibit,blocked' )
|
delFromDevAttrList( $_, 'ASC_LockOut_Cmd:inhibit,blocked' )
|
||||||
if ( AttrVal( $_, 'ASC_LockOut_Cmd', 'none' ) eq 'none'
|
if ( AttrVal( $_, 'ASC_LockOut_Cmd', 'none' ) eq 'none' )
|
||||||
; # temporär muss später gelöscht werden ab Version 0.2.0.10
|
; # temporär muss später gelöscht werden ab Version 0.2.0.10
|
||||||
|
|
||||||
$shuttersList = $shuttersList . ',' . $_;
|
$shuttersList = $shuttersList . ',' . $_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user