diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 5 |
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. |