APP设置结束寻找手机

功能表:supportOverFindPhone

Flutter示例:

/// 停止寻找手机
setOverFindPhone(
  evtBase: _VBusEvtBase.base_app_set,
  evtType: _VBusEvtType.app_set_over_fing_phone),

  /// 停止寻找手机
libManager.send(evt: CmdEvtType.setOverFindPhone, json: jsonEncode(json));

App下发的json字段:

字段名 字段类型 字段说明
states int 1:关闭

示例:

{
  "states" :1
}

App收到的json字段

字段名 字段类型 字段说明
status int 0:成功,非0失败

示例:

{
    "status" :0
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修订时间: 2026-04-07 16:03:39

results matching ""

    No results matching ""