diff --git a/fhem/FHEM/31_LightScene.pm b/fhem/FHEM/31_LightScene.pm index 4e210738e..0207a969f 100644 --- a/fhem/FHEM/31_LightScene.pm +++ b/fhem/FHEM/31_LightScene.pm @@ -175,7 +175,7 @@ LightScene_2html($) $ret .= ""; $ret .= ""; - $ret .= "
"; + $ret .= "
"; return $ret; } @@ -908,9 +908,9 @@ LightScene_editTable($) { 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.
- attr myReceiver lightSceneParamsToSave volume,channel
+ attr myReceiver lightSceneParamsToSave volume,channel
attr myHueDevice lightSceneParamsToSave {(Value($DEVICE) eq "off")?"state":"bri : xy"} - attr myDimmer lightSceneParamsToSave state@{if($value=~m/(\d+)/){$1}else{$value}}
+ attr myDimmer lightSceneParamsToSave state@{if($value=~m/(\d+)/){$1}else{$value}}
  • lightSceneRestoreOnlyIfChanged
    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.
    diff --git a/fhem/FHEM/32_mailcheck.pm b/fhem/FHEM/32_mailcheck.pm index 143c0df0c..a6cee1584 100755 --- a/fhem/FHEM/32_mailcheck.pm +++ b/fhem/FHEM/32_mailcheck.pm @@ -474,7 +474,7 @@ mailcheck_Read($) Readings
    diff --git a/fhem/FHEM/33_readingsGroup.pm b/fhem/FHEM/33_readingsGroup.pm index a1f72a382..81aa5f390 100644 --- a/fhem/FHEM/33_readingsGroup.pm +++ b/fhem/FHEM/33_readingsGroup.pm @@ -961,7 +961,7 @@ readingsGroup_Attr($$$)
    define heizung readingsGroup t1:temperature t2:temperature t3:temperature
    attr heizung notime 1
    - attr heizung mapping {'t1.temperature' => 'Vorlauf', 't2.temperature' => 'Rücklauf', 't3.temperature' => 'Zirkulation'}
    + attr heizung mapping {'t1.temperature' => 'Vorlauf', 't2.temperature' => 'Rücklauf', 't3.temperature' => 'Zirkulation'}
    attr heizung style style="font-size:20px"

    define systemStatus readingsGroup sysstat
    @@ -1048,8 +1048,8 @@ readingsGroup_Attr($$$) Specify an sprintf style format string used to display the reading values. If the format string is undef this reading will be skipped. Can be given as a string, a perl expression returning a hash or a perl expression returning a string, e.g.:
    - attr temperatures valueFormat %.1f °C
    - attr temperatures valueFormat { temperature => "%.1f °C", humidity => "%.1f %" }
    + attr temperatures valueFormat %.1f °C
    + attr temperatures valueFormat { temperature => "%.1f °C", humidity => "%.1f %" }
    attr temperatures valueFormat { ($READING eq 'temperature')?"%.1f °C":undef }
  • nameIcon
    Specify the icon to be used instead of the reading name. Can be a simple string or a perl expression enclosed @@ -1058,8 +1058,8 @@ readingsGroup_Attr($$$)
  • valueIcon
    Specify an icon to be used instead of the reading value. Can be a simple string or a perl expression enclosed in {} that returns a hash that maps reading value to the icon name. e.g.:
    - attr devices valueIcon $VALUE
    - attr devices valueIcon {state => '%VALUE'}
    + attr devices valueIcon $VALUE
    + attr devices valueIcon {state => '%VALUE'}
    attr devices valueIcon {state => '%devStateIcon'} attr rgMediaPlayer valueIcon { "playStatus.paused" => "rc_PLAY", "playStatus.playing" => "rc_PAUSE" }
  • commands
    diff --git a/fhem/FHEM/33_readingsHistory.pm b/fhem/FHEM/33_readingsHistory.pm index 9ee6ccff8..9e62027ba 100644 --- a/fhem/FHEM/33_readingsHistory.pm +++ b/fhem/FHEM/33_readingsHistory.pm @@ -666,9 +666,9 @@ readingsHistory_Attr($$$) Set
    @@ -707,8 +707,8 @@ readingsHistory_Attr($$$) Specify an sprintf style format string used to display the reading values. If the format string is undef this reading will be skipped. Can be given as a string, a perl expression returning a hash or a perl expression returning a string, e.g.:
    - attr history valueFormat %.1f °C
    - attr history valueFormat { temperature => "%.1f °C", humidity => "%.1f %" }
    + attr history valueFormat %.1f °C
    + attr history valueFormat { temperature => "%.1f °C", humidity => "%.1f %" }
    attr history valueFormat { ($READING eq 'temperature')?"%.1f °C":undef }
  • rows
    Number of history rows to show.
  • diff --git a/fhem/FHEM/38_CO20.pm b/fhem/FHEM/38_CO20.pm index b6367b4e6..d5e63f82f 100755 --- a/fhem/FHEM/38_CO20.pm +++ b/fhem/FHEM/38_CO20.pm @@ -310,7 +310,7 @@ usb-sensors-linux Readings