summaryrefslogtreecommitdiff
path: root/doc/manager-api.txt
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-03-31 10:02:26 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-03-31 12:28:51 +0200
commit70534def72a9e59f0df63c7c02ba34c883c88fe1 (patch)
tree950989499a6853bb805ca2c4feca217abf58e82c /doc/manager-api.txt
parent6ca38bb364a54d052178cb1f0361145d1b6952e6 (diff)
downloadconnman-70534def72a9e59f0df63c7c02ba34c883c88fe1.tar.gz
connman-70534def72a9e59f0df63c7c02ba34c883c88fe1.tar.bz2
connman-70534def72a9e59f0df63c7c02ba34c883c88fe1.zip
manager: Add session mode
This also disables the auto connect feature.
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r--doc/manager-api.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index c92c2957..f07e185e 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -277,3 +277,10 @@ Properties string State [readonly]
itself. It is just provided here for convenience of
applications only dealing with the current active
profile.
+
+ boolean SessionMode [readwrite]
+
+ This disables the auto connect feature. It should be
+ enabled when the Session API is used.
+
+ The default value is false.