Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DoorLock
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
朱建香
DoorLock
Commits
79d818b9
Commit
79d818b9
authored
Feb 09, 2018
by
朱建香
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
劫持报警记录mode更改
解绑之后再绑定首页显示门铃时间bug修改
parent
a1c4f9db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
dev/src/public/config.js
+1
-1
dev/src/view/device/v_index.js
+1
-0
No files found.
dev/src/public/config.js
View file @
79d818b9
...
@@ -22,7 +22,7 @@ export default {
...
@@ -22,7 +22,7 @@ export default {
3
:
"powerAlarm"
3
:
"powerAlarm"
},
},
"hijackMode"
:
{
"hijackMode"
:
{
2
0
:
"hijackingAlarm"
,
2
:
"hijackingAlarm"
,
},
},
"model"
:
"USMARTLOCK_SECURITY_SMARTDOOR_SMART_LOCK"
,
"model"
:
"USMARTLOCK_SECURITY_SMARTDOOR_SMART_LOCK"
,
"GET_MSG_INTERVAL"
:
5000
,
"GET_MSG_INTERVAL"
:
5000
,
...
...
dev/src/view/device/v_index.js
View file @
79d818b9
...
@@ -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
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment