mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 18:56:03 +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.
|
# 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: fix ExternalTrigger
|
||||||
- change: 73_AutoShuttersControl: remove old Attribut
|
- 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
|
||||||
|
@ -3175,7 +3175,7 @@ sub CreateNewNotifyDev($) {
|
|||||||
$_, 'ASC_BrightnessSensor' )
|
$_, 'ASC_BrightnessSensor' )
|
||||||
if ( AttrVal( $_, 'ASC_BrightnessSensor', 'none' ) ne 'none' );
|
if ( AttrVal( $_, 'ASC_BrightnessSensor', 'none' ) ne 'none' );
|
||||||
AddNotifyDev( $hash, AttrVal( $_, 'ASC_ExternalTrigger', 'none' ),
|
AddNotifyDev( $hash, AttrVal( $_, 'ASC_ExternalTrigger', 'none' ),
|
||||||
$_, 'ASC_BrightnessSensor' )
|
$_, 'ASC_ExternalTrigger' )
|
||||||
if ( AttrVal( $_, 'ASC_ExternalTrigger', 'none' ) ne 'none' );
|
if ( AttrVal( $_, 'ASC_ExternalTrigger', 'none' ) ne 'none' );
|
||||||
|
|
||||||
$shuttersList = $shuttersList . ',' . $_;
|
$shuttersList = $shuttersList . ',' . $_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user