diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-01-29 17:36:45 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-29 17:36:45 +0100 |
commit | 136a6fdf91066f023ede0d06a00ba2ff8de36b4f (patch) | |
tree | 05fb29d2cf1ad38217556e8359221105ab204222 /doc | |
parent | 27c7fd4ec4582769b1164be1daaf56e8f070f0f5 (diff) | |
download | connman-136a6fdf91066f023ede0d06a00ba2ff8de36b4f.tar.gz connman-136a6fdf91066f023ede0d06a00ba2ff8de36b4f.tar.bz2 connman-136a6fdf91066f023ede0d06a00ba2ff8de36b4f.zip |
Add special state for portal login step
Diffstat (limited to 'doc')
-rw-r--r-- | doc/overview-api.txt | 21 | ||||
-rw-r--r-- | doc/service-api.txt | 4 |
2 files changed, 16 insertions, 9 deletions
diff --git a/doc/overview-api.txt b/doc/overview-api.txt index 90ae4df9..8ab687f8 100644 --- a/doc/overview-api.txt +++ b/doc/overview-api.txt @@ -292,15 +292,18 @@ the "idle" state since the service is not connected. V | | +---------------+ | | | configuration |-----------------+ | - +---------------+ error | - | | - | success | - V | - +---------------+ | - | ready | | - +---------------+ | - | | - | success | + +---------------+ error | | + | | | + | success | | + V | | + +---------------+ +-------------+ | + | ready |----------->| login | | + +---------------+ +-------------+ | + | | | + | success | | + | | | + +---------------------------+ | + | authentication | V | +---------------+ | | online |<----------------+ | diff --git a/doc/service-api.txt b/doc/service-api.txt index b5617a6f..e488d7af 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -116,6 +116,10 @@ Properties string State [readonly] Valid states are "idle", "failure", "association", "configuration" and "ready". + Also "login" and "online" states are used. The + state "online" signals that an Internet connection + is available and has been verified. + string Error [readonly] The service error status details. |