Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/provision
ESPProvResponse
Interface ESPProvResponse
Represents the response received after provisioning.
interface
ESPProvResponse
{
data
?:
Record
<
string
,
any
>
;
description
?:
string
;
status
:
ESPProvResponseStatus
;
}
Index
Properties
data?
description?
status
Properties
Optional
data
data
?:
Record
<
string
,
any
>
Optional
description
description
?:
string
status
status
:
ESPProvResponseStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
description
status
@espressif/rainmaker-base-sdk
Loading...
Represents the response received after provisioning.