# FirmwareUpdate 蓝牙固件升级(小米手环)

# Attributes

属性 类型 必要 默认值 说明
pageParameters Object Y -

# 调用示例

window.bridge.FirmwareUpdate({}, res => {
    console.log(res)
})

# callback

属性 类型 必要 默认值 说明
result String Y -

# 接口返回示例

{
    "result": "YES"
}