2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +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:
justme-1968 2016-12-15 19:58:06 +00:00
parent 91d825e2f4
commit 3962a8e5d1

View File

@ -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", };