mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 14:16:42 +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;
|
$modules{$hash->{TYPE}}{defptr} = $hash;
|
||||||
|
|
||||||
addToAttrList("$hash->{TYPE}Name");
|
addToAttrList("$hash->{TYPE}Name");
|
||||||
|
addToAttrList("$hash->{TYPE}Room");
|
||||||
|
|
||||||
$hash->{STATE} = 'active';
|
$hash->{STATE} = 'active';
|
||||||
|
|
||||||
@ -367,6 +368,9 @@ alexa_Attr($$$)
|
|||||||
<li>alexaName<br>
|
<li>alexaName<br>
|
||||||
The name to use for a device with alexa.
|
The name to use for a device with alexa.
|
||||||
</li>
|
</li>
|
||||||
|
<li>alexaRoom<br>
|
||||||
|
The room name to use for a device with alexa.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul><br>
|
</ul><br>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user