fix:调整功能定义value
This commit is contained in:
parent
5eaadc0e9a
commit
2cd828e7cf
@ -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过期,重新获取
|
||||
|
||||
@ -87,7 +87,7 @@ export const supportFunctionsFeatureBit = {
|
||||
// 支持防撬开关配置(启用/禁用)
|
||||
antiPrySwitch: 30,
|
||||
// 支持重置键配置(启用/禁用)
|
||||
resetSwitch: 30,
|
||||
resetSwitch: 31,
|
||||
// 支持语音提示管理(音量大小/禁用)
|
||||
lockSound: 33,
|
||||
// 常开模式
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user