diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-19 19:57:50 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-19 19:57:50 +0200 |
commit | efd47603b179119a09b7306efcd1f139f754bb8d (patch) | |
tree | 69044e6a82e3770e1b34b126353694f004e2cf05 /doc | |
parent | b83b34a4591c388a4781449fa1a56615f048a9a6 (diff) | |
download | connman-efd47603b179119a09b7306efcd1f139f754bb8d.tar.gz connman-efd47603b179119a09b7306efcd1f139f754bb8d.tar.bz2 connman-efd47603b179119a09b7306efcd1f139f754bb8d.zip |
Add support for ConnectedTechnologies property
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 6df87def..509817b7 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -135,6 +135,11 @@ Properties string State [readonly] The list of enabled technologies. The strings are the same as the ones from the service types. + array{string} ConnectedTechnologies [readonly] + + The list of connected technologies. The strings + are the same as the ones from the service type. + boolean OfflineMode [readwrite] The offline mode indicates the global setting for |