2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

39_alexa.pm: added alexaRoom

git-svn-id: https://svn.fhem.de/fhem/trunk@12683 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-11-29 09:19:16 +00:00
parent d235253ec9
commit 086bddaa2a

View File

@ -44,6 +44,7 @@ alexa_Define($$)
$modules{$hash->{TYPE}}{defptr} = $hash;
addToAttrList("$hash->{TYPE}Name");
addToAttrList("$hash->{TYPE}Room");
$hash->{STATE} = 'active';
@ -367,6 +368,9 @@ alexa_Attr($$$)
<li>alexaName<br>
The name to use for a device with alexa.
</li>
<li>alexaRoom<br>
The room name to use for a device with alexa.
</li>
</ul>
</ul><br>