From 6bae637a21e39a7cbccde607a0c813a1b3104378 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 8 Aug 2012 13:23:59 -0300 Subject: doc: Improve description of service state property Add missing "disconnect" state and point to doc/overview-api.txt for more information about state transitions. --- doc/service-api.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3