- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Dec 2009 10:23:43 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv10763 Modified Files: Overview.html Log Message: PowerSource was missing type attribute Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/system-info/Overview.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- Overview.html 30 Dec 2009 10:12:56 -0000 1.49 +++ Overview.html 30 Dec 2009 10:23:41 -0000 1.50 @@ -476,6 +476,9 @@ <dt>const unsigned short TYPE_EXTERNAL=2</dt> <dd>In <code>type</code> has this value, then this power source is external</dd> + + <dt>readonly attribute unsigned short type</dt> + <dd>This attributes takes a value among the constants defined in this interface, indicating the type of power source that this object reflects.</dd> <dt>readonly attribute boolean? charging</dt> <dd>If this source has <code>type</code> set to <code>EXTERNAL</code> then this value MUST be <code>null</code>. Otherwise if this source is charging, this value MUST be <code>true</code>, otherwise <code>false</code>.</dd>
Received on Wednesday, 30 December 2009 10:23:45 UTC