diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-08-09 23:07:38 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-08-09 23:09:02 +0200 |
commit | 5a44160d91e5214c0506cae8c79e13d994031200 (patch) | |
tree | 98c635919a07fa7cb7a3e790f05f97174cee471f /doc | |
parent | ae3b3b3ea9df42424964cb18df943747367271eb (diff) | |
download | connman-5a44160d91e5214c0506cae8c79e13d994031200.tar.gz connman-5a44160d91e5214c0506cae8c79e13d994031200.tar.bz2 connman-5a44160d91e5214c0506cae8c79e13d994031200.zip |
Add BLOCKED technology state
A technology is in BLOCKED state if all of its devices are rfkill blocked.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/technology-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/technology-api.txt b/doc/technology-api.txt index 6e65a19f..84084547 100644 --- a/doc/technology-api.txt +++ b/doc/technology-api.txt @@ -21,8 +21,8 @@ Properties string State [readonly] The technology state information. - Valid states are "offline", "available", "enabled" - and "connected". + Valid states are "offline", "available", "blocked", + "enabled "and "connected". string Name [readonly] |