summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-03-25 13:04:40 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-03-25 13:04:40 +0100
commite22390fe984f7becb4689d5181a64907fae1d4aa (patch)
treee243fb6928b01bbcfe5371487b449daf8f04a8f3 /doc
parentb5a6e00c32bf531e9b35b826b2474654d923a27f (diff)
downloadconnman-e22390fe984f7becb4689d5181a64907fae1d4aa.tar.gz
connman-e22390fe984f7becb4689d5181a64907fae1d4aa.tar.bz2
connman-e22390fe984f7becb4689d5181a64907fae1d4aa.zip
Add support for device address property
Diffstat (limited to 'doc')
-rw-r--r--doc/device-api.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index ce50be7b..a45046d9 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -43,7 +43,11 @@ Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.
-Properties string Name [readonly]
+Properties string Address [readonly]
+
+ The address of the device.
+
+ string Name [readonly]
The device name (for example "Wireless" etc.)