Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ademco_hb
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
ademco_hb
Commits
582b04a9
Commit
582b04a9
authored
Mar 11, 2023
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix A3 p3 modify zone property
parent
3cfd4b65
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
hb_com.c
hb_com.c
+1
-1
hb_com.h
hb_com.h
+1
-1
No files found.
hb_com.c
View file @
582b04a9
...
...
@@ -425,7 +425,7 @@ const char* hbZonePropertyToString(HbZoneProperty zp)
case
HZP_GAS
:
return
"HZP_GAS"
;
case
HZP_WATER
:
return
"HZP_WATER"
;
case
HZP_SUB_MACHINE
:
return
"HZP_SUB_MACHINE"
;
case
HZP_REMOTE_CONTROL
:
return
"HZP_REMOTE_CONTRO"
;
case
HZP_REMOTE_CONTROL
:
return
"HZP_REMOTE_CONTRO
L
"
;
case
HZP_BUGLAR_HALF
:
return
"HZP_BUGLAR_HALF"
;
case
HZP_SHIELD
:
return
"HZP_SHIELD"
;
case
HZP_DOOR_RING
:
return
"HZP_DOOR_RING"
;
...
...
hb_com.h
View file @
582b04a9
...
...
@@ -209,7 +209,7 @@ typedef enum HbComReq_A3_p3 {
HbComReq_A3_p3_del
=
0x00
,
//! 删除防区
HbComReq_A3_p3_learn
=
0x01
,
//! 学码
HbComReq_A3_p3_stop
=
0x02
,
//! 停止学码
HbComReq_A3_p3_modify
=
0x0
4
,
//! 修改防区属性
HbComReq_A3_p3_modify
=
0x0
3
,
//! 修改防区属性
}
HbComReq_A3_op
;
//! 学码开始回应 EB BA 3F 07 P0 A3 5A
...
...
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