diff --git a/common.js b/common.js index 59efa69..39c78ac 100644 --- a/common.js +++ b/common.js @@ -574,7 +574,6 @@ export function getWriteResult(request, params) { return new Promise(resolve => { const getWriteResultTimer = setTimeout(() => { resolve(Result.Fail) - console.log("超时失败") }, 20000) this.characteristicValueCallback = async data => { // code 6 token过期,重新获取 diff --git a/constant.js b/constant.js index 33d8da1..d517a04 100644 --- a/constant.js +++ b/constant.js @@ -87,7 +87,7 @@ export const supportFunctionsFeatureBit = { // 支持防撬开关配置(启用/禁用) antiPrySwitch: 30, // 支持重置键配置(启用/禁用) - resetSwitch: 30, + resetSwitch: 31, // 支持语音提示管理(音量大小/禁用) lockSound: 33, // 常开模式