- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Mar 2010 14:59:57 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv22697
Modified Files:
Overview.html properties.odg properties.png
Log Message:
re-insert isExternal
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.html 1 Mar 2010 14:43:21 -0000 1.83
+++ Overview.html 1 Mar 2010 14:59:55 -0000 1.84
@@ -488,18 +488,17 @@
depleted, based upon current power usage, if external
power were removed.</dd>
+ <dt>readonly attribute boolean isExternal;</dt>
+ <dd>If <code>true</code>, then the device is currently
+ powered by an external source. If false the device is
+ currently powered by an internal source.</dd>
<dt>readonly attribute boolean batteryBeingCharged</dt>
- <dd>
- Indicates whether the internal power source is currently
- charging, or is fully charged. If the value is
- <code>true</code>, then an external power source is
- currently powering the system. If the value is
- <code>false</code> then the battery is powering the
- device, and is consequently depleting.
- </dd>
-
-
+ <dd>Indicates whether the internal power source is
+ currently charging. A value of <code>true</code>,
+ indicates that the battery is being charged. If
+ <code>false</code> then the battery is not being
+ charged.</dd>
</dl>
</section>
Index: properties.odg
===================================================================
RCS file: /sources/public/2009/dap/system-info/properties.odg,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
Binary files /tmp/cvsYJ8Zc4 and /tmp/cvsxQqmeT differ
Index: properties.png
===================================================================
RCS file: /sources/public/2009/dap/system-info/properties.png,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
Binary files /tmp/cvsO94lA4 and /tmp/cvsjl1ADT differ
Received on Monday, 1 March 2010 14:59:59 UTC