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:
parent
d235253ec9
commit
086bddaa2a
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user