mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
73_AutoShuttersControl: fix ExternalTrigger
git-svn-id: https://svn.fhem.de/fhem/trunk@20948 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f8d89c6517
commit
0955bbc881
@ -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.
|
||||
- bugfix: 73_AutoShuttersControl: fix ExternalTrigger
|
||||
- change: 73_AutoShuttersControl: remove old Attribut
|
||||
- feature: 73_NUKIBridge: change Code for outputAsync
|
||||
- bugfix: Tag.pm: fix warnings, Forum: 106763
|
||||
|
@ -3175,7 +3175,7 @@ sub CreateNewNotifyDev($) {
|
||||
$_, 'ASC_BrightnessSensor' )
|
||||
if ( AttrVal( $_, 'ASC_BrightnessSensor', 'none' ) ne 'none' );
|
||||
AddNotifyDev( $hash, AttrVal( $_, 'ASC_ExternalTrigger', 'none' ),
|
||||
$_, 'ASC_BrightnessSensor' )
|
||||
$_, 'ASC_ExternalTrigger' )
|
||||
if ( AttrVal( $_, 'ASC_ExternalTrigger', 'none' ) ne 'none' );
|
||||
|
||||
$shuttersList = $shuttersList . ',' . $_;
|
||||
|
Loading…
Reference in New Issue
Block a user