diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-16 13:59:51 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-16 13:59:51 +0200 |
commit | 31de5e6c504abbcdccafc2a95af34b5301780797 (patch) | |
tree | 7260d7bade3326c06794231cbf8c2ad293804984 /doc | |
parent | 438c23eb400088fbdc830f7287af175559ce9a18 (diff) |
Export list of devices and nodes via properties
Diffstat (limited to 'doc')
-rw-r--r-- | doc/adapter-api.txt | 4 | ||||
-rw-r--r-- | doc/device-api.txt | 4 |
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. |