From 31de5e6c504abbcdccafc2a95af34b5301780797 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 16 Sep 2008 13:59:51 +0200 Subject: Export list of devices and nodes via properties --- doc/adapter-api.txt | 4 ++++ doc/device-api.txt | 4 ++++ 2 files changed, 8 insertions(+) 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. -- cgit