From 5c46b2af4a710d0ca168df49187d0ac547996d23 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Fri, 3 Jan 2014 17:35:21 +0000 Subject: [PATCH] docu changes git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4550 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/31_LightScene.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FHEM/31_LightScene.pm b/FHEM/31_LightScene.pm index b193880a8..f6254dced 100644 --- a/FHEM/31_LightScene.pm +++ b/FHEM/31_LightScene.pm @@ -613,7 +613,8 @@ LightScene_Get($@) 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 by the device). each reading can have a perl expression appended with '@' that will be used to alter the $value used for - the set command. this can for example be used to strip a trailing % from a dimmer state. + the set command. this can for example be used to strip a trailing % from a dimmer state. this perl expression must not contain + spaces,colons or commas.
in addition to reading names the list can also contain expressions of the form abc -> xyz or get cba -> set uvw to map reading abc to set xyz or get cba to set uvw. the list can be given as a string or as a perl expression enclosed in {} that returns this string.