mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
31_LightScene.pm: added missing lightSceneRestoreOnlyIfChanged attribute
git-svn-id: https://svn.fhem.de/fhem/trunk@12135 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4c02013457
commit
e5d5ccc087
@ -29,7 +29,7 @@ sub LightScene_Initialize($)
|
|||||||
$hash->{SetFn} = "LightScene_Set";
|
$hash->{SetFn} = "LightScene_Set";
|
||||||
$hash->{GetFn} = "LightScene_Get";
|
$hash->{GetFn} = "LightScene_Get";
|
||||||
$hash->{AttrFn} = "LightScene_Attr";
|
$hash->{AttrFn} = "LightScene_Attr";
|
||||||
$hash->{AttrList} = "async_delay followDevices:1,2 switchingOrder ". $readingFnAttributes;
|
$hash->{AttrList} = "async_delay followDevices:1,2 lightSceneRestoreOnlyIfChanged:1,0 switchingOrder ". $readingFnAttributes;
|
||||||
|
|
||||||
$hash->{FW_detailFn} = "LightScene_detailFn";
|
$hash->{FW_detailFn} = "LightScene_detailFn";
|
||||||
$data{FWEXT}{"/LightScene"}{FUNC} = "LightScene_CGI"; #mod
|
$data{FWEXT}{"/LightScene"}{FUNC} = "LightScene_CGI"; #mod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user