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
a35c4b52
Commit
a35c4b52
authored
Sep 15, 2020
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zone props
parent
2738511c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
docs/README.md
+2
-2
hb_detail.h
include/hb_detail.h
+2
-2
No files found.
docs/README.md
View file @
a35c4b52
...
@@ -187,9 +187,9 @@
...
@@ -187,9 +187,9 @@
|事件码类型|主机类型|00 匪警全局|01 匪警紧急|02 火警防区|03 胁迫防区|04 燃气防区|05 淹水防区|06 分机|07 遥控器|08 匪警半局|09 屏蔽防区|0A 门铃防区|0F 旁路防区|
|事件码类型|主机类型|00 匪警全局|01 匪警紧急|02 火警防区|03 胁迫防区|04 燃气防区|05 淹水防区|06 分机|07 遥控器|08 匪警半局|09 屏蔽防区|0A 门铃防区|0F 旁路防区|
|---------|-------|----|----|----|----|----|----|----|----|----|----|----|----|
|---------|-------|----|----|----|----|----|----|----|----|----|----|----|----|
|1707 我是网络模块|3 网络模块+工程主机|√|√|√|√|√|√|√|√|√|√|√|
|
|1707 我是网络模块|3 网络模块+工程主机|√|√|√|√|√|√|√|√|√|√|√|
√
|
|1717 我是GPRS主机|4 GPRS主机|√|√|√|√|√|√| |√| | | | |
|1717 我是GPRS主机|4 GPRS主机|√|√|√|√|√|√| |√| | | | |
|1727 我是液晶主机|5 液晶主机|√|√|√|√|√|√|√|√|√|√|√|
|
|1727 我是液晶主机|5 液晶主机|√|√|√|√|√|√|√|√|√|√|√|
√
|
|1737 我是网线主机|6 网线主机|√|√|√|√|√|√| |√| | | | |
|1737 我是网线主机|6 网线主机|√|√|√|√|√|√| |√| | | | |
|1757 我是三区段主机|8 三区段主机|√|√|√|√|√|√| |√| |√|√|√|
|1757 我是三区段主机|8 三区段主机|√|√|√|√|√|√| |√| |√|√|√|
|1767 我是物联卡主机|9 物联卡主机|√|√|√|√|√|√| |√| |√|√|√|
|1767 我是物联卡主机|9 物联卡主机|√|√|√|√|√|√| |√| |√|√|√|
...
...
include/hb_detail.h
View file @
a35c4b52
...
@@ -411,9 +411,9 @@ static std::vector<ZoneProperty> getAvailableZoneProperties(MachineType type) {
...
@@ -411,9 +411,9 @@ static std::vector<ZoneProperty> getAvailableZoneProperties(MachineType type) {
case
hb
:
:
common
::
Gprs
:
case
hb
:
:
common
::
Gprs
:
return
{
Buglar
,
Emergency
,
Fire
,
Duress
,
Gas
,
Water
,
RemoteControl
,
};
return
{
Buglar
,
Emergency
,
Fire
,
Duress
,
Gas
,
Water
,
RemoteControl
,
};
case
hb
:
:
common
::
NetMod
:
case
hb
:
:
common
::
NetMod
:
return
{
Buglar
,
Emergency
,
Fire
,
Duress
,
Gas
,
Water
,
SubMachine
,
RemoteControl
,
BuglarHalf
,
Shield
,
DoorRing
};
return
{
Buglar
,
Emergency
,
Fire
,
Duress
,
Gas
,
Water
,
SubMachine
,
RemoteControl
,
BuglarHalf
,
Shield
,
DoorRing
,
Bypass
};
case
hb
:
:
common
::
Lcd
:
case
hb
:
:
common
::
Lcd
:
return
{
Buglar
,
Emergency
,
Fire
,
Duress
,
Gas
,
Water
,
SubMachine
,
RemoteControl
,
BuglarHalf
,
Shield
,
DoorRing
};
return
{
Buglar
,
Emergency
,
Fire
,
Duress
,
Gas
,
Water
,
SubMachine
,
RemoteControl
,
BuglarHalf
,
Shield
,
DoorRing
,
Bypass
};
case
hb
:
:
common
::
Wired
:
case
hb
:
:
common
::
Wired
:
return
{
Buglar
,
Emergency
,
Fire
,
Duress
,
Gas
,
Water
,
RemoteControl
,
};
return
{
Buglar
,
Emergency
,
Fire
,
Duress
,
Gas
,
Water
,
RemoteControl
,
};
case
hb
:
:
common
::
TrueColor
:
case
hb
:
:
common
::
TrueColor
:
...
...
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