From aa0d80d82c9bca7a8b9450ed490c621f8f5b79a6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 31 Mar 2009 20:31:40 -0700 Subject: [PATCH] Update default properties for service interface --- doc/service-api.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/service-api.txt b/doc/service-api.txt index ec29c95..3ae9faf 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -17,6 +17,13 @@ Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given property. -Properties string Identifier [readonly] +Properties string Name [readonly] - Unique identifier for this service. + The service name (for example "Wireless" etc.) + + This name can be used for directly displaying it in + the application. It has pure informational purpose. + + string Type [readonly] + + The device type (for example "ethernet", "wifi" etc.) -- 2.7.4