2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

spechrecogn.template: fix typos

git-svn-id: https://svn.fhem.de/fhem/trunk@21399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2020-03-09 12:15:35 +00:00
parent 20c1a506cf
commit c15267b3f5

View File

@ -57,7 +57,7 @@ option:TYPE=siri
option:{my @devices=devspec2array("TYPE=(alexa)");; $devices[0] ? return 1 : return 0}
option:TYPE=gassistant
name:speech_recognition_type_thermostate
name:speech_recognition_type_thermostat
filter:NAME=speechrecognTesting
order:100005
desc:template to set speech recognition attributes for genericDeviceType thermostat
@ -115,6 +115,6 @@ filter:NAME=speechrecognTesting
order:1000020c
desc:generic template to set speech recognition attribute alexaName; only intented for internal use by speech_recognition_alaxaName_secondrun, called e.g. with set xy attrTemplate speech_recognition_alaxaName_ask_different_name ALEXANAME=myAlexaName
option:{my @devices=devspec2array("TYPE=(alexa)");; $devices[0] ? return 1 : return 0}
par:ALEXANAME;Please enter alexaName (the one provided last time seem to exist already);{undef) }
par:ALEXANAME;Please enter alexaName (the one provided last time seem to exist already);{ undef }
attr DEVICE alexaName ALEXANAME
set DEVICE attrTemplate speech_recognition_alaxaName_secondrun ALEXAISNAME=ALEXANAME