summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-16 13:59:51 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-16 13:59:51 +0200
commit31de5e6c504abbcdccafc2a95af34b5301780797 (patch)
tree7260d7bade3326c06794231cbf8c2ad293804984
parent438c23eb400088fbdc830f7287af175559ce9a18 (diff)
Export list of devices and nodes via properties
-rw-r--r--doc/adapter-api.txt4
-rw-r--r--doc/device-api.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index a97ee921..0ded04d1 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -224,3 +224,7 @@ Properties string Address [readonly]
boolean Discovering [readonly]
Indicates that a device discovery procedure is active.
+
+ array{object} Devices [readonly]
+
+ List of device object paths.
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 8584a9ee..9e399465 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -162,6 +162,10 @@ Properties string Address [readonly]
emitted PropertyChanged signal will show the remote
name again.
+ array{object} Nodes [readonly]
+
+ List of device node object paths.
+
object Adapter [readonly]
The object path of the adpater the device belongs to.