mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 11:26:55 +00:00
39_alexa.pm: Intent Schema fix
git-svn-id: https://svn.fhem.de/fhem/trunk@12787 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
91d825e2f4
commit
3962a8e5d1
@ -338,7 +338,7 @@ Log 1, Dumper $characteristicsOfIntent;
|
||||
{ name => 'Room', type => 'FHEM_Room' } ]};
|
||||
push @{$schema->{intents}}, {intent => "RoomListIntent", };
|
||||
push @{$schema->{intents}}, {intent => "DeviceListIntent",
|
||||
slots => [ { name => 'preposition', type => 'FHEM_preposition' },
|
||||
slots => [ { name => 'article', type => 'FHEM_article' },
|
||||
{ name => 'Room', type => 'FHEM_Room' } ]};
|
||||
push @{$schema->{intents}}, {intent => "AMAZON.CancelIntent", };
|
||||
push @{$schema->{intents}}, {intent => "AMAZON.StopIntent", };
|
||||
|
Loading…
x
Reference in New Issue
Block a user