summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-04 15:46:48 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-04 15:46:48 -0700
commit426befc5c790fb87a82e42647fb56d1ae831fcac (patch)
tree92e465b35a2f335316c138cf2d40467392dd771a /doc
parentaac35324deb8c0b57f881338d87cb36b0979e7df (diff)
downloadconnman-426befc5c790fb87a82e42647fb56d1ae831fcac.tar.gz
connman-426befc5c790fb87a82e42647fb56d1ae831fcac.tar.bz2
connman-426befc5c790fb87a82e42647fb56d1ae831fcac.zip
Add support for creating, modifying and removing profiles
Diffstat (limited to 'doc')
-rw-r--r--doc/manager-api.txt9
-rw-r--r--doc/profile-api.txt6
2 files changed, 9 insertions, 6 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index e83ac10d..18efc15b 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -29,13 +29,10 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
- object AddProfile(string name)
+ object CreateProfile(string name)
- Add a new profile with the specified name.
-
- It is possible to create two profiles with the same
- name. The identification is done via the object path
- and not the name of the profile.
+ Create and add new profile with the specified
+ identifier name.
Possible Errors: [service].Error.InvalidArguments
diff --git a/doc/profile-api.txt b/doc/profile-api.txt
index f807070e..b30f4187 100644
--- a/doc/profile-api.txt
+++ b/doc/profile-api.txt
@@ -21,6 +21,12 @@ Properties string Name [readonly]
Name of this profile.
+ boolean OfflineMode [readwrite]
+
+ The offline mode indicates the setting for switching
+ all radios on or off. Changing offline mode to true
+ results in powering down all devices.
+
array{object} Services [readonly]
List of service objects.