diff options
| -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. | 
