Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/ota
ESPRawOTAUpdateResponse
Interface ESPRawOTAUpdateResponse
Represents the backend response format for OTA update check
interface
ESPRawOTAUpdateResponse
{
description
:
string
;
file_md5
?:
string
;
file_size
:
number
;
fw_version
:
string
;
metadata
?:
Record
<
string
,
any
>
;
ota_available
:
boolean
;
ota_job_id
:
string
;
status
:
string
;
stream_id
?:
string
;
url
?:
string
;
}
Index
Properties
description
file_
md5?
file_
size
fw_
version
metadata?
ota_
available
ota_
job_
id
status
stream_
id?
url?
Properties
description
description
:
string
Optional
file_
md5
file_md5
?:
string
file_
size
file_size
:
number
fw_
version
fw_version
:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
ota_
available
ota_available
:
boolean
ota_
job_
id
ota_job_id
:
string
status
status
:
string
Optional
stream_
id
stream_id
?:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
file_
md5
file_
size
fw_
version
metadata
ota_
available
ota_
job_
id
status
stream_
id
url
@espressif/rainmaker-base-sdk
Loading...
Represents the backend response format for OTA update check