mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
spechrecogn.template: fix typos
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
21dbf00429
commit
497d6782ad
@ -57,7 +57,7 @@ option:TYPE=siri
|
|||||||
option:{my @devices=devspec2array("TYPE=(alexa)");; $devices[0] ? return 1 : return 0}
|
option:{my @devices=devspec2array("TYPE=(alexa)");; $devices[0] ? return 1 : return 0}
|
||||||
option:TYPE=gassistant
|
option:TYPE=gassistant
|
||||||
|
|
||||||
name:speech_recognition_type_thermostate
|
name:speech_recognition_type_thermostat
|
||||||
filter:NAME=speechrecognTesting
|
filter:NAME=speechrecognTesting
|
||||||
order:100005
|
order:100005
|
||||||
desc:template to set speech recognition attributes for genericDeviceType thermostat
|
desc:template to set speech recognition attributes for genericDeviceType thermostat
|
||||||
@ -115,6 +115,6 @@ filter:NAME=speechrecognTesting
|
|||||||
order:1000020c
|
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
|
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}
|
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
|
attr DEVICE alexaName ALEXANAME
|
||||||
set DEVICE attrTemplate speech_recognition_alaxaName_secondrun ALEXAISNAME=ALEXANAME
|
set DEVICE attrTemplate speech_recognition_alaxaName_secondrun ALEXAISNAME=ALEXANAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user