From 79eb4210b79b5602681535906e53451cf5dc4c65 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Fri, 25 Nov 2016 18:30:26 +0000 Subject: [PATCH] 39_alexa.pm: also output customSlotTypes in fhem git-svn-id: https://svn.fhem.de/fhem/trunk@12653 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/39_alexa.pm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/39_alexa.pm b/fhem/FHEM/39_alexa.pm index f1ae4dd6b..5bcfb64d4 100644 --- a/fhem/FHEM/39_alexa.pm +++ b/fhem/FHEM/39_alexa.pm @@ -100,7 +100,11 @@ alexa_Get($$@) my $list = "customSlotTypes"; if( lc($cmd) eq 'customslottypes' ) { - FW_directNotify($name, 'customSlotTypes'); + if( $hash->{CL} ) { + FW_directNotify($name, "customSlotTypes $hash->{CL}{NAME}"); + } else { + FW_directNotify($name, 'customSlotTypes'); + } return undef; } @@ -185,7 +189,8 @@ alexa_Attr($$$) Get