mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
suuport $readingFnAttributes
git-svn-id: https://svn.fhem.de/fhem/trunk@6120 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
be87a12946
commit
7866535e46
@ -29,7 +29,7 @@ sub LightScene_Initialize($)
|
||||
$hash->{SetFn} = "LightScene_Set";
|
||||
$hash->{GetFn} = "LightScene_Get";
|
||||
$hash->{AttrFn} = "LightScene_Attr";
|
||||
$hash->{AttrList} = "followDevices:1 switchingOrder";
|
||||
$hash->{AttrList} = "followDevices:1 switchingOrder ". $readingFnAttributes;
|
||||
|
||||
$hash->{FW_detailFn} = "LightScene_detailFn";
|
||||
$data{FWEXT}{"/LightScene"}{FUNC} = "LightScene_CGI"; #mod
|
||||
@ -955,6 +955,7 @@ LightScene_editTable($) {
|
||||
<code>define media LightScene TV,DVD,Amplifier,masterPower<br>
|
||||
attr media switchingOrder .*On:masterPower,.* allOff:!.*,masterPower</code>
|
||||
</li>
|
||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||
</ul><br>
|
||||
</ul>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user