summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.