From c15267b3f5c95de7ea6a09b8fc54f79ff64e8d04 Mon Sep 17 00:00:00 2001 From: Beta-User <> Date: Mon, 9 Mar 2020 12:15:35 +0000 Subject: [PATCH] spechrecogn.template: fix typos git-svn-id: https://svn.fhem.de/fhem/trunk@21399 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/lib/AttrTemplate/speechrecogn.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/lib/AttrTemplate/speechrecogn.template b/fhem/FHEM/lib/AttrTemplate/speechrecogn.template index bea7338be..f60fdc623 100644 --- a/fhem/FHEM/lib/AttrTemplate/speechrecogn.template +++ b/fhem/FHEM/lib/AttrTemplate/speechrecogn.template @@ -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