diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-04-17 14:48:55 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-04-17 14:48:55 +0200 |
commit | 0d01f8a6ff695a2e47b5eebd2784819e2a34bd51 (patch) | |
tree | 3d87ee409b84a47551b966fa7057d9f0ae36c9ca /doc | |
parent | dd4d09dffb2bc3a1c39a272a1af7168e9e224a90 (diff) | |
download | connman-0d01f8a6ff695a2e47b5eebd2784819e2a34bd51.tar.gz connman-0d01f8a6ff695a2e47b5eebd2784819e2a34bd51.tar.bz2 connman-0d01f8a6ff695a2e47b5eebd2784819e2a34bd51.zip |
doc: Mention the special offline handling for state property
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 1f4663e2..3bd201df 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -193,6 +193,12 @@ Properties string State [readonly] retrieved via the OfflineMode property, but is kept here for consistency and to differentiate from "idle". + However when OfflineMode property is true, the State + property can still be "idle", "ready" or "online" + since it is possible by the end user to re-enable + individual technologies like WiFi and Bluetooth while + in offline mode. + The states "idle", "ready" and "online" match to states from the services. If no service is in either "ready" or "online" state it will indicate |