Multiple batteries: remove duplicate 'dischargingTime' description,
authorAnssi Kostiainen <anssi.kostiainen@intel.com>
Wed, 02 Jul 2014 09:14:43 +0300
changeset 553 389c12d1c49c
parent 552 10ea45927fa6
child 554 3ab4af97cf9e
Multiple batteries: remove duplicate 'dischargingTime' description,
reword 'chargingTime', reorder the attributes to match the IDL.
battery/Overview.src.html
--- a/battery/Overview.src.html	Tue Jul 01 12:15:19 2014 +0300
+++ b/battery/Overview.src.html	Wed Jul 02 09:14:43 2014 +0300
@@ -291,20 +291,9 @@
           Otherwise, it MUST be set to false.
         </p>
         <p>
-          The <code>level</code> attribute can be set to the average of the
-          levels of batteries of same capacity, or the weighted average of the
-          battery level attributes for batteries of different capacities.
-        </p>
-        <p>
-          Depending on whether multiple batteries charge in parallel or
-          serially, the <code>chargingTime</code> attribute can be set to the
-          maximum or sum of the individual battery charging time, respectively.
-        </p>
-        <p>
-          The <code>dischargingTime</code> attribute can be set to the sum or
-          weighted average  of the individual battery
-          <code>dischargingTime</code>, depending on whether they discharge
-          serially or in parallel respectively.
+          The <code>chargingTime</code> attribute can be set to the maximum
+          charging time of the individual batteries if charging in parallel,
+          and to the sum of the individual charging times if charging serially.
         </p>
         <p>
           The <code>dischargingTime</code> attribute can be set to the maximum
@@ -312,6 +301,11 @@
           parallel, and to the sum of the individual batteries if discharging
           serially.
         </p>
+        <p>
+          The <code>level</code> attribute can be set to the average of the
+          levels of batteries of same capacity, or the weighted average of the
+          battery level attributes for batteries of different capacities.
+        </p>
       </section>
       <section>
         <h2>Event handlers</h2>