73_AutoShuttersControl: fix ExternalTrigger

git-svn-id: https://svn.fhem.de/fhem/trunk@20948 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
CoolTux
2020-01-12 09:31:42 +00:00
parent 3395365cc5
commit e583ed7ccf
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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 . ',' . $_;