mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
39_alexa.pm: also output customSlotTypes in fhem
git-svn-id: https://svn.fhem.de/fhem/trunk@12653 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3efe4a24e0
commit
79eb4210b7
@ -100,7 +100,11 @@ alexa_Get($$@)
|
||||
my $list = "customSlotTypes";
|
||||
|
||||
if( lc($cmd) eq 'customslottypes' ) {
|
||||
if( $hash->{CL} ) {
|
||||
FW_directNotify($name, "customSlotTypes $hash->{CL}{NAME}");
|
||||
} else {
|
||||
FW_directNotify($name, 'customSlotTypes');
|
||||
}
|
||||
|
||||
return undef;
|
||||
}
|
||||
@ -185,7 +189,8 @@ alexa_Attr($$$)
|
||||
<b>Get</b>
|
||||
<ul>
|
||||
<li>customSlotTypes<br>
|
||||
Instructs alexa-fhem to write the Custom Slot Types for the Interaction Model to the console.
|
||||
Instructs alexa-fhem to write the Custom Slot Types for the Interaction Model to the alexa-fhem console
|
||||
and if possible to the requesting fhem frontend.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user