From: Lucas De Marchi Date: Wed, 8 Aug 2012 16:23:59 +0000 (-0300) Subject: doc: Improve description of service state property X-Git-Tag: 1.5~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bae637a21e39a7cbccde607a0c813a1b3104378;p=platform%2Fupstream%2Fconnman.git doc: Improve description of service state property Add missing "disconnect" state and point to doc/overview-api.txt for more information about state transitions. --- 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.