aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-10-13 10:22:08 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-10-13 13:33:32 +0300
commit1dd18865e71827605eed300fd859f5526f8ce41c (patch)
tree9195e06aaf0b1f70147cf665ded70eff39334782 /spec
parent1e4d4540f698a31090e0da92ae6532f5b8639209 (diff)
Updated Internet property definitions.
Diffstat (limited to 'spec')
-rw-r--r--spec/core.context41
1 files changed, 9 insertions, 32 deletions
diff --git a/spec/core.context b/spec/core.context
index ff8ead39..a0c9e0c9 100644
--- a/spec/core.context
+++ b/spec/core.context
@@ -15,11 +15,6 @@ 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
---------------
@@ -217,14 +212,16 @@ Information about the connection of the devide to the Internet.
string
</type>
<doc>
-The type of the current connection to the Internet, such as GPRS,
-WLAN, etc. The possible value are TBD.
+The type of the current connection to the Internet, such as "wlan",
+"cellular", "bluetooth", "ethernet", or "usb". The possible values
+are still TBD.
</doc>
</key>
+
<key name="Internet.NetworkName">
<type>string</type>
<doc>
- The name of the current access point.
+ The name of the current network.
</doc>
</key>
@@ -243,36 +240,16 @@ WLAN, etc. The possible value are TBD.
</doc>
</key>
- <key name="Internet.NetworkID">
- <type>string</type>
- <doc>
-The unique id of the network.
- </doc>
- </key>
-
- <key name="Internet.ServiceName">
- <type>string</type>
- <doc>
-(Unclear)
- </doc>
- </key>
-
<key name="Internet.SignalStrength">
<type>
<!--percentage-->
int32
</type>
<doc>
-The signal strength of the current connection to the Internet. This
-will be 100% percent for wired connections, usually.
- </doc>
- </key>
-
- <key name="Internet.IsCheap">
- <type>bool</type>
- <doc>
-Whether or not traffic to/from the Internet is billed per data volume
-(property is false) or per time (property is true).
+The signal strength of the current connection to the Internet. For
+example, when Internet.NetworkType is "cellular", this is the signal
+strength at the cellular radio, when it is "wlan", it is the signal
+strength at the WLAN radio.
</doc>
</key>