2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

39_alexa.pm: added alexaConfirmationLevel 0

git-svn-id: https://svn.fhem.de/fhem/trunk@13330 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2017-02-04 17:51:17 +00:00
parent 3f67398e14
commit bf1fb465de

View File

@ -25,7 +25,7 @@ alexa_Initialize($)
$hash->{AttrFn} = "alexa_Attr";
$hash->{AttrList} = "alexaMapping:textField-long alexaTypes:textField-long fhemIntents:textField-long ".
"articles prepositions ".
"alexaConfirmationLevel:2,1 alexaStatusLevel:2,1 ".
"alexaConfirmationLevel:2,1,0 alexaStatusLevel:2,1 ".
$readingFnAttributes;
}