From 6e6b7abe7bd37d1da6cf32b4f07f3011daeba612 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 21 Dec 2008 22:52:38 +0100 Subject: [PATCH] Add property for global connection policy. --- doc/manager-api.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 7ebfa89..bf3d1de 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -45,6 +45,18 @@ Properties string State [readonly] values are "online" if at least one connection exists and "offline" if no device is connected. + string Policy [readwrite] + + The global connection policy of a system. This + allows to configure how connections are established + and also when they are taken down again. + + Possible values are "single", "multiple" and "ask". + + For the single policy, the priority setting of the + device defines which becomes the default connection + when multiple are available. + boolean FlightMode [readwrite] The flight mode indicates the global setting for -- 1.7.9.5