summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-08-08 13:23:59 -0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-08-14 10:45:00 +0300
commit6bae637a21e39a7cbccde607a0c813a1b3104378 (patch)
tree9af26203fa39481e0b14703f83c4e5c9037162a2 /doc
parent61fb35755054736c69bee1cd067a64df5d772b47 (diff)
downloadconnman-6bae637a21e39a7cbccde607a0c813a1b3104378.tar.gz
connman-6bae637a21e39a7cbccde607a0c813a1b3104378.tar.bz2
connman-6bae637a21e39a7cbccde607a0c813a1b3104378.zip
doc: Improve description of service state property
Add missing "disconnect" state and point to doc/overview-api.txt for more information about state transitions.
Diffstat (limited to 'doc')
-rw-r--r--doc/service-api.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 7cc6fb4e..f72df8b5 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -123,13 +123,16 @@ Properties string State [readonly]
The service state information.
Valid states are "idle", "failure", "association",
- "configuration", "ready" and "online".
+ "configuration", "ready", "disconnect" and "online".
The "ready" state signals a successfully
connected device. "online" signals that an
Internet connection is available and has been
verified.
+ See doc/overview-api.txt for more information about
+ state transitions.
+
string Error [readonly]
The service error status details.