doc: Improve description of service state property
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 8 Aug 2012 16:23:59 +0000 (13:23 -0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 14 Aug 2012 07:45:00 +0000 (10:45 +0300)
Add missing "disconnect" state and point to doc/overview-api.txt for
more information about state transitions.

doc/service-api.txt

index 7cc6fb4..f72df8b 100644 (file)
@@ -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.