2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

39_alexa.pm: doku changes

git-svn-id: https://svn.fhem.de/fhem/trunk@12830 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-12-19 15:21:02 +00:00
parent 1cf4809800
commit c59979aa16

View File

@ -500,7 +500,7 @@ alexa_Attr($$$)
<a name="alexa"></a> <a name="alexa"></a>
<h3>alexa</h3> <h3>alexa</h3>
<ul> <ul>
Module to control the FHEM/Alexa integration.<br><br> Module to control the integration of Amazon Alexa devices with FHEM.<br><br>
Notes: Notes:
<ul> <ul>
@ -511,7 +511,8 @@ alexa_Attr($$$)
<b>Set</b> <b>Set</b>
<ul> <ul>
<li>reload [name]<br> <li>reload [name]<br>
Reloads the device <it>name</it> or all devices in alexa-fhem. Subsequently you have to start a device discovery in alexa. </li> Reloads the device <it>name</it> or all devices in alexa-fhem. Subsequently you have to start a device discovery
for the home automation skill in the amazon alexa app.</li>
</ul> </ul>
<a name="alexa_Get"></a> <a name="alexa_Get"></a>
@ -536,8 +537,14 @@ alexa_Attr($$$)
defaults to: der,die,das,den</li> defaults to: der,die,das,den</li>
<li>prepositions<br> <li>prepositions<br>
defaults to: in,im,in der</li> defaults to: in,im,in der</li>
<li>alexaMapping<br>
maps spoken commands to intents for certain characteristics.</li>
<li>alexaTypes<br> <li>alexaTypes<br>
maps spoken device types to ServiceClasses. eg: attr alexa alexaTypes light:licht,lampe,lampen blind:rolladen,jalousie,rollo Outlet:steckdose TemperatureSensor:thermometer LockMechanism:schloss OccupancySensor: anwesenheit</li> maps spoken device types to ServiceClasses. eg: attr alexa alexaTypes light:licht,lampe,lampen blind:rolladen,jalousie,rollo Outlet:steckdose TemperatureSensor:thermometer LockMechanism:schloss OccupancySensor: anwesenheit</li>
<li>fhemIntents<br>
maps spoken commands directed to fhem as a whole (i.e. not to specific devices) to events from the alexa device.</li>
Note: changes to attributes of the alexa device will automatically trigger a reconfiguration of
alxea-fhem and there is no need to restart the service.
</ul> </ul>
</ul><br> </ul><br>