diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 08c59b8e..a68cb481 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -53,6 +53,18 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + void EnableTechnology(string type) + + Enable specified type of technologies. + + Possible Errors: [service].Error.InvalidArguments + + void DisableTechnology(string type) + + Disable specified type of technologies. + + Possible Errors: [service].Error.InvalidArguments + object ConnectService(dict network) Connect to a network specified by the given |