aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-08-27 16:07:01 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-08-27 16:07:19 +0300
commitfbbb9e16aed3c593907b909211cc3fde4cdc1e68 (patch)
tree8343f8f39b693ba181522c3359d6425565698bf2 /spec
parentca1da8247c3e0e6aea7d8fcfd1dd48e80365de5e (diff)
Added Cellular and Profile core properties.
Diffstat (limited to 'spec')
-rw-r--r--spec/core.context37
1 files changed, 37 insertions, 0 deletions
diff --git a/spec/core.context b/spec/core.context
index a25f7d87..0197cfdf 100644
--- a/spec/core.context
+++ b/spec/core.context
@@ -15,6 +15,11 @@ package.
change for some time still. Only the ones explicitly marked as stable
should be used for now.
+*TODO*
+
+- Rename Internet.SignalStrength to Wifi.SignalStrength, maybe.
+ Same for Internet.NetworkName.
+
Display screens
---------------
@@ -307,6 +312,24 @@ The strength of the Bluetooth radio connection.
</doc>
</key>
<doc>
+Cellular
+--------
+
+Information about the cellular radio.
+ </doc>
+ <key name="Cellular.NetworkName"
+ type="string">
+ <doc>
+The name of the cellular network, as a localized string.
+ </doc>
+ </key>
+ <key name="Cellular.SignalStrength"
+ type="percentage">
+ <doc>
+The signal strength at the cellular radio, in percent of the maximum.
+ </doc>
+ </key>
+ <doc>
Environment
-----------
@@ -619,4 +642,18 @@ The earliest start time of the events in Events.Next.
The latest end time of the events in Events.Next.
</doc>
</key>
+ <doc>
+Profiles
+--------
+
+Information about the expected behavior of the device.
+ </doc>
+ <key name="Profile.Name"
+ type="string">
+ <doc>
+The name of the currently active profile as a localized string. You
+should not try to interpret this string, it is only meant to be
+displayed as a reminder to the user.
+ </doc>
+ </key>
</properties>