summaryrefslogtreecommitdiff
path: root/doc/technology-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-25 07:49:14 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-01-25 07:49:14 +0100
commitf87a0929056d12adfd1e29e77e52b24eb8c5bb26 (patch)
tree45fdd910d1d9d623a62e942adf0dcd6367bedd10 /doc/technology-api.txt
parent59902b6c3b4a66796f18aeda6a6b6556d824a6b0 (diff)
downloadconnman-f87a0929056d12adfd1e29e77e52b24eb8c5bb26.tar.gz
connman-f87a0929056d12adfd1e29e77e52b24eb8c5bb26.tar.bz2
connman-f87a0929056d12adfd1e29e77e52b24eb8c5bb26.zip
Add support for technology states
Diffstat (limited to 'doc/technology-api.txt')
-rw-r--r--doc/technology-api.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/technology-api.txt b/doc/technology-api.txt
index 9b10c583..6e65a19f 100644
--- a/doc/technology-api.txt
+++ b/doc/technology-api.txt
@@ -17,7 +17,14 @@ Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.
-Properties string Name [readonly]
+Properties string State [readonly]
+
+ The technology state information.
+
+ Valid states are "offline", "available", "enabled"
+ and "connected".
+
+ string Name [readonly]
Name of this technology.