Diff between 6cb460ab9cefde24db960d53dde7410eac72e010 and 9dd2fb619e9d21db3e01089a83c8323db6f65dc0

Changed Files

File Additions Deletions Status
doc/attribute-api.txt +8 -0 modified

Full Patch

diff --git a/doc/attribute-api.txt b/doc/attribute-api.txt
index 23808e6..f2778f3 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.