mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
33_readingsGroup.pm: docu change
git-svn-id: https://svn.fhem.de/fhem/trunk@12765 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b1a0e72b06
commit
9ffeec71c8
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- feature: 33_readingsGroup: added sortColumn attribute and <tfoot> special
|
||||||
- bugfix: 88_HMCCU: Fixed RPC server autostart
|
- bugfix: 88_HMCCU: Fixed RPC server autostart
|
||||||
- feature: 98_TRAFFIC: flexible update schedule, travelMode
|
- feature: 98_TRAFFIC: flexible update schedule, travelMode
|
||||||
- bugfix: 88_HMCCU: Wrong CCUNum
|
- bugfix: 88_HMCCU: Wrong CCUNum
|
||||||
@ -26,7 +27,7 @@
|
|||||||
Fix wrong return values
|
Fix wrong return values
|
||||||
- new: 98_Verkehrsinfo.pm: New module retrieves trafficinformation
|
- new: 98_Verkehrsinfo.pm: New module retrieves trafficinformation
|
||||||
- new: 76_SMAInverter: support for SMA Inverters
|
- 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
|
- update: 74_AMAD: statusRequest every Time
|
||||||
- change: 93_DbRep: code reviewed, no functional changes
|
- change: 93_DbRep: code reviewed, no functional changes
|
||||||
- change: 93_DbRep: DbRep version as INTERNAL, check if DBI module is
|
- change: 93_DbRep: DbRep version as INTERNAL, check if DBI module is
|
||||||
|
@ -1857,6 +1857,8 @@ readingsGroup_Attr($$$;$)
|
|||||||
<li>headerRows<br>
|
<li>headerRows<br>
|
||||||
</li>
|
</li>
|
||||||
<li>sortColumn<br>
|
<li>sortColumn<br>
|
||||||
|
-1 -> allows sorting of the table by clicking on a column header
|
||||||
|
>= 0 -> automatically sort the table by this column after page loading
|
||||||
</li>
|
</li>
|
||||||
<br><li><a href="#perlSyntaxCheck">perlSyntaxCheck</a></li>
|
<br><li><a href="#perlSyntaxCheck">perlSyntaxCheck</a></li>
|
||||||
</ul><br>
|
</ul><br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user