git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4833 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-02-07 10:10:29 +00:00
parent 2ff45e5ddb
commit 44bea2cf3e

View File

@ -720,11 +720,6 @@ LightScene_Get($@)
<a name="LightScene_Attr"></a> <a name="LightScene_Attr"></a>
<b>Attributes</b> <b>Attributes</b>
<ul> <ul>
<li>lightSceneRestoreOnlyIfChanged<br>
this attribute can be set on the lightscene and/or on the individual devices included in a scene.
the device settings have precedence over the scene setting.<br>
1 -> for each device do nothing if current device state is the same as the saved state
0 -> always set the state even if the current state is the same as the saved state. this is the default</li>
<li>lightSceneParamsToSave<br> <li>lightSceneParamsToSave<br>
this attribute can be set on the devices to be included in a scene. it is set to a comma separated list of readings this attribute can be set on the devices to be included in a scene. it is set to a comma separated list of readings
that will be saved. multiple readings separated by : are collated in to a single set command (this has to be supported that will be saved. multiple readings separated by : are collated in to a single set command (this has to be supported
@ -737,6 +732,11 @@ LightScene_Get($@)
<code>attr myReceiver lightSceneParamsToSave volume,channel</code></br> <code>attr myReceiver lightSceneParamsToSave volume,channel</code></br>
<code>attr myHueDevice lightSceneParamsToSave {(Value($DEVICE) eq "off")?"state":"bri : xy"}</code></li> <code>attr myHueDevice lightSceneParamsToSave {(Value($DEVICE) eq "off")?"state":"bri : xy"}</code></li>
<code>attr myDimmer lightSceneParamsToSave state@{if($value=~m/(\d+)/){$1}else{$value}}</code></br> <code>attr myDimmer lightSceneParamsToSave state@{if($value=~m/(\d+)/){$1}else{$value}}</code></br>
<li>lightSceneRestoreOnlyIfChanged<br>
this attribute can be set on the lightscene and/or on the individual devices included in a scene.
the device settings have precedence over the scene setting.<br>
1 -> for each device do nothing if current device state is the same as the saved state
0 -> always set the state even if the current state is the same as the saved state. this is the default</li>
</ul><br> </ul><br>
</ul> </ul>