From 85d5ffefba93c66b9b097f15ac42f6fbcd844700 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 12 Jan 2020 10:29:35 +0100 Subject: [PATCH] fix ExternalTrigger Bug --- 73_AutoShuttersControl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/73_AutoShuttersControl.pm b/73_AutoShuttersControl.pm index cd90a44..1e67baa 100644 --- a/73_AutoShuttersControl.pm +++ b/73_AutoShuttersControl.pm @@ -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 . ',' . $_;