From 9ffeec71c88106da0850e51a19a7285cfe6ae79a Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Tue, 13 Dec 2016 20:39:42 +0000 Subject: [PATCH] 33_readingsGroup.pm: docu change git-svn-id: https://svn.fhem.de/fhem/trunk@12765 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 3 ++- fhem/FHEM/33_readingsGroup.pm | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index c0be82868..3678c2d04 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - feature: 33_readingsGroup: added sortColumn attribute and special - bugfix: 88_HMCCU: Fixed RPC server autostart - feature: 98_TRAFFIC: flexible update schedule, travelMode - bugfix: 88_HMCCU: Wrong CCUNum @@ -26,7 +27,7 @@ Fix wrong return values - new: 98_Verkehrsinfo.pm: New module retrieves trafficinformation - new: 76_SMAInverter: support for SMA Inverters - - feature: 37_dash_dhcp.pm: added devAlias attribute + - feature: 37_dash_dhcp: added devAlias attribute - update: 74_AMAD: statusRequest every Time - change: 93_DbRep: code reviewed, no functional changes - change: 93_DbRep: DbRep version as INTERNAL, check if DBI module is diff --git a/fhem/FHEM/33_readingsGroup.pm b/fhem/FHEM/33_readingsGroup.pm index 77bce1895..5282a1a92 100644 --- a/fhem/FHEM/33_readingsGroup.pm +++ b/fhem/FHEM/33_readingsGroup.pm @@ -1857,6 +1857,8 @@ readingsGroup_Attr($$$;$)
  • headerRows
  • sortColumn
    + -1 -> allows sorting of the table by clicking on a column header + >= 0 -> automatically sort the table by this column after page loading

  • perlSyntaxCheck