summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/device-api.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index d50a6c5f..ad462a6b 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -23,6 +23,22 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
[service].Error.DoesNotExist
+ object CreateNetwork(dict network)
+
+ Creates a network object from the specified
+ properties. Valid properties are WiFi.SSID,
+ WiFi.Security and WiFi.Passphrase. Check the
+ network interface description for details.
+
+ Possible Errors: [service].Error.InvalidArguments
+
+ void RemoveNetwork(object network)
+
+ Removes a previously created network object.
+
+ Possible Errors: [service].Error.InvalidArguments
+ [service].Error.DoesNotExist
+
Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given