From 9dd2fb619e9d21db3e01089a83c8323db6f65dc0 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Mon, 14 Mar 2011 18:19:43 -0300 Subject: [PATCH] Add DiscoverCharacteristics method to the Attribute API --- doc/attribute-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/attribute-api.txt b/doc/attribute-api.txt index 23808e6aa..f2778f3c1 100644 --- a/doc/attribute-api.txt +++ b/doc/attribute-api.txt @@ -50,6 +50,14 @@ Methods dict GetProperties() Returns all properties for the interface. See the Properties section for the available properties. + array{object} DiscoverCharacteristics() + + Discover all characteristics that belongs in this service. + When it returns all the characteristics paths will be + already registered. It will return the characteristics paths + as soon as they are discovered. After that it will try to + read all values. + RegisterCharacteristicsWatcher(object agent) Register a watcher to monitor characteristic changes. -- 2.47.3