diff options
author | Alok Barsode <alok.barsode@linux.intel.com> | 2011-08-24 16:44:15 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-08-25 11:14:22 +0200 |
commit | afe64c7ea9931f2442a464cb5c7d5bcd47e98560 (patch) | |
tree | 4c1acacf917510b2291d0b8bf1c26c62f185eb91 /doc | |
parent | fa0e75c2255edd7cecd8a1d63390e7e000cc7d83 (diff) | |
download | connman-afe64c7ea9931f2442a464cb5c7d5bcd47e98560.tar.gz connman-afe64c7ea9931f2442a464cb5c7d5bcd47e98560.tar.bz2 connman-afe64c7ea9931f2442a464cb5c7d5bcd47e98560.zip |
technology: Remove 'available' state
The connman technology state machine is simplified.
It now has 3 states:
Offline: Technology is disabled.
Enabled: Technology is enabled.
Connected: Technology is connected.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/technology-api.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/technology-api.txt b/doc/technology-api.txt index c86a58ed..12b421ca 100644 --- a/doc/technology-api.txt +++ b/doc/technology-api.txt @@ -21,8 +21,7 @@ Properties string State [readonly] The technology state information. - Valid states are "offline", "available", "enabled" - and "connected". + Valid states are "offline", "enabled" and "connected". string Name [readonly] |