From 5bac4cddb191c8ce28ca40747b5d7b0247ae504c Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 3 Mar 2023 16:04:26 -0800 Subject: device-api: Add Set property This adds Set property so clients are able to identify when a device belongs to a set. --- doc/device-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/device-api.txt b/doc/device-api.txt index 628accb8a..e4a8d3c5a 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -281,3 +281,13 @@ Properties string Address [readonly] Example: 0x26 0x01 0x01... + + array{object, dict} Sets [readonly, experimental] + + The object paths of the sets the device belongs to + followed by a dictionary which can contain the + following: + + byte Rank: + + Rank of the device in the Set. -- cgit v1.2.1