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
5e50d36e
Commit
5e50d36e
authored
Sep 15, 2020
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gprs
parent
d09665f0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
docs/README.md
+1
-1
gen_event_md.cpp
examples/gen_event_md/gen_event_md.cpp
+1
-1
No files found.
docs/README.md
View file @
5e50d36e
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
|事件码类型|主机类型|防区|有线防区|SMS|内核|网络|在售型号|
|事件码类型|主机类型|防区|有线防区|SMS|内核|网络|在售型号|
|---------|-------|----|-------|---|----|----|-------|
|---------|-------|----|-------|---|----|----|-------|
|1707 我是网络模块|3 网络模块+工程主机|1~999|1~8||jjf|wzq|
<ul><li>
HB-G250
</li></ul>
|
|1707 我是网络模块|3 网络模块+工程主机|1~999|1~8||jjf|wzq|
<ul><li>
HB-G250
</li></ul>
|
|1717 我是GPRS主机|4 GPRS主机|1~99||Yes|wzq|qfm|
<ul><li>
HB-2050
</li><li>
HB-2050-4G
</li><li>
HB-4040G
</li><li>
HB-5050G
</li><li>
HB-5050G-4G
</li><li>
HB-5050G-4GW
</li><li>
HB-G1000
</li><li>
HB-G1000
-4G
</li></ul>
|
1717 我是GPRS主机|4 GPRS主机|1~99||Yes|wzq|qfm|
<ul><li>
HB-4040G
</li><li>
HB-5050G
</li><li>
HB-5050G
-4G
</li></ul>
|
|1727 我是液晶主机|5 液晶主机|1~249||Yes|jjf|qfm|
<ul><li>
HB-BJQ560
</li><li>
HB-BJQ560B
</li></ul>
|
|1727 我是液晶主机|5 液晶主机|1~249||Yes|jjf|qfm|
<ul><li>
HB-BJQ560
</li><li>
HB-BJQ560B
</li></ul>
|
|1737 我是网线主机|6 网线主机|1~99|||wzq|wzq|
<ul><li>
HB-4040R
</li><li>
HB-5050R
</li></ul>
|
|1737 我是网线主机|6 网线主机|1~99|||wzq|wzq|
<ul><li>
HB-4040R
</li><li>
HB-5050R
</li></ul>
|
|1757 我是三区段主机|8 三区段主机|1~191|1~8|Yes|jjf|qfm|
<ul><li>
HB-G1000
</li><li>
HB-G1000-4G
</li></ul>
|
|1757 我是三区段主机|8 三区段主机|1~191|1~8|Yes|jjf|qfm|
<ul><li>
HB-G1000
</li><li>
HB-G1000-4G
</li></ul>
|
...
...
examples/gen_event_md/gen_event_md.cpp
View file @
5e50d36e
...
@@ -176,7 +176,7 @@ std::vector<std::string> get_machine_brands(MachineType t)
...
@@ -176,7 +176,7 @@ std::vector<std::string> get_machine_brands(MachineType t)
case
hb
:
:
common
::
NetMod
:
return
{
"HB-G250"
};
case
hb
:
:
common
::
NetMod
:
return
{
"HB-G250"
};
case
hb
:
:
common
::
Gprs
:
return
{
"HB-
2050"
,
"HB-2050-4G"
,
"HB-4040G"
,
"HB-5050G"
,
"HB-5050G-4G"
,
"HB-5050G-4GW"
,
"HB-G1000"
,
"HB-G1000-4G"
,
};
case
hb
:
:
common
::
Gprs
:
return
{
"HB-
4040G"
,
"HB-5050G"
,
"HB-5050G-4G"
,
};
case
hb
:
:
common
::
Lcd
:
return
{
"HB-BJQ560"
,
"HB-BJQ560B"
};
case
hb
:
:
common
::
Lcd
:
return
{
"HB-BJQ560"
,
"HB-BJQ560B"
};
...
...
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