restartBlueDevice 重启蓝牙模块

restartBlueDevice ^5.9.0

重启蓝牙模块

#请求参数

Prop Type Required Default Description
param Object Y {} 属性: name: mac: 请求参数

#接口调用示例

this.$bridge
    .restartBlueDevice(params)
    .then(res => {    
    this.$alert(res)
    })
    .catch(err => {
    this.$toast(err)
    })

#返回参数

Prop Type Default Description
messageType String receiveSingleBlueRestart H5用来判断消息类型
messageBody Object {}附表1 APP传递的JSON对象
  • 附表1:messageBody返回参数
Prop Type Value Description
name String N/A 蓝牙名称
mac String N/A 蓝牙mac地址
data Object {} 属性: status:{ Type: Number, Default: N/A, Description: 0成功 / -1失败(状态码) } 重启结果

TIP

该接口基于mSmart 协议,底层由singleBlueToothModule单蓝牙支持

posted on 2024-12-16 09:45  AtlasLapetos  阅读(15)  评论(0)    收藏  举报