aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-04-23 14:51:08 +0300
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-04-23 14:51:08 +0300
commitf4a72c0ff5a3b6af2bddcecc3ae9d3ae3d3d780f (patch)
tree1e736cb8fcc4d757cf6ae21e856798a3c0df2bf8 /spec
parent9eb857caee7ae2983554fff40950e0f7149a30bf (diff)
Cleaning up. Addind documentation for properties. Adding the missing IsCharging property.
Diffstat (limited to 'spec')
-rw-r--r--spec/context.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/context.xml b/spec/context.xml
index bd02dc5e..8b78f1e4 100644
--- a/spec/context.xml
+++ b/spec/context.xml
@@ -124,6 +124,22 @@ True if OnBattery is true and the charge levels of all
batteries are below 10%.
</doc>
</key>
+ <key name="IsCharging" type="TRUTH">
+ <doc>
+Whether or not the device is currently charging at least one of its batteries.
+ </doc>
+ </key>
+ <key name="TimeUntilLow" type="INT">
+ <doc>
+Estimates the time that the device can run on battery before the property
+OnLowBattery becomes true. In seconds.
+ </doc>
+ </key>
+ <key name="TimeUntilFull" type="INT">
+ <doc>
+Estimates the needed charging time of the device. In seconds.
+ </doc>
+ </key>
</node>
<node name="Connectivity">
<doc>