Commit 79d818b9 by 朱建香

劫持报警记录mode更改

解绑之后再绑定首页显示门铃时间bug修改
parent a1c4f9db
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
3: "powerAlarm" 3: "powerAlarm"
}, },
"hijackMode": { "hijackMode": {
20: "hijackingAlarm", 2: "hijackingAlarm",
}, },
"model": "USMARTLOCK_SECURITY_SMARTDOOR_SMART_LOCK", "model": "USMARTLOCK_SECURITY_SMARTDOOR_SMART_LOCK",
"GET_MSG_INTERVAL": 5000, "GET_MSG_INTERVAL": 5000,
......
...@@ -803,6 +803,7 @@ function initDeviceInfo(self){ ...@@ -803,6 +803,7 @@ function initDeviceInfo(self){
self.hijackAlarmFlag = false; self.hijackAlarmFlag = false;
self.setRemoteOpendoorDisabledFlag(true); self.setRemoteOpendoorDisabledFlag(true);
self.setValueRemoteOpendoor(0); self.setValueRemoteOpendoor(0);
setMsgStatus(self, false, "default_img", false, false, '', '');
} }
async function loopGetLockInfo(self, delay, timeout){ async function loopGetLockInfo(self, delay, timeout){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment