From 03cc7a5f7903c524c20458d6201569d820007f74 Mon Sep 17 00:00:00 2001 From: Jesse Lentz Date: Fri, 24 Jun 2022 12:43:49 -0400 Subject: [PATCH] doc: Add new DeviceProvisioning API properties Document the Started, Role, and URI properties of the DeviceProvisioning API. --- doc/device-provisioning-api.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/device-provisioning-api.txt b/doc/device-provisioning-api.txt index 0aba2557..ac204f46 100644 --- a/doc/device-provisioning-api.txt +++ b/doc/device-provisioning-api.txt @@ -56,3 +56,18 @@ Methods string StartEnrollee() net.connman.iwd.NotConfigured net.connman.iwd.NotSupported net.connman.iwd.Busy + +Properties boolean Started [readonly] + + True if DPP is currently active. + + string Role [readonly, optional] + + Indicates the DPP role. Possible values are "enrollee" + or "configurator". This property is only available when + Started is true. + + string URI [readonly, optional] + + Indicates the DPP URI. This property is only available + when Started is true.