# checkDeviceUpdate

检查设备更新状态(OTA红点逻辑)

# 接口调用示例

this.$bridge.checkDeviceUpdate().then(res => {
    console.log(res)
})
1
2
3