doc: Add new DeviceProvisioning API properties

Document the Started, Role, and URI properties of the DeviceProvisioning
API.
This commit is contained in:
Jesse Lentz 2022-06-24 12:43:49 -04:00 committed by Denis Kenzior
parent bfdef282ae
commit 03cc7a5f79
1 changed files with 15 additions and 0 deletions

View File

@ -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.