From 3962a8e5d1a03f2c39283440c4116779d79b4ada Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Thu, 15 Dec 2016 19:58:06 +0000 Subject: [PATCH] 39_alexa.pm: Intent Schema fix git-svn-id: https://svn.fhem.de/fhem/trunk@12787 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/39_alexa.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/39_alexa.pm b/fhem/FHEM/39_alexa.pm index acc3f8076..56ef0c523 100644 --- a/fhem/FHEM/39_alexa.pm +++ b/fhem/FHEM/39_alexa.pm @@ -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", };