Commit 8216e485 authored by captainwong's avatar captainwong

update

parent f45bf4ae
...@@ -158,9 +158,9 @@ ...@@ -158,9 +158,9 @@
|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|61~68|Yes|jjf|qfm|<ul><li>HB-G1000</li><li>HB-G1000-4G</li></ul>| |1757 我是三区段主机|8 三区段主机|1~191|61~68|Yes|jjf|qfm|<ul><li>HB-G1000</li><li>HB-G1000-4G</li></ul>|
|1767 我是物联卡主机|9 物联卡主机|1~99|||jjf|qfm|<ul><li>HB-2050-4GW</li></ul>| |1767 我是物联卡主机|9 物联卡主机|1~60|||jjf|qfm|<ul><li>HB-2050-4GW</li></ul>|
|1777 我是真彩主机|7 真彩主机|1~68|1~8|Yes|jjf|qfm|<ul><li>HB-G1000</li><li>HB-G1000-4G</li></ul>| |1777 我是真彩主机|7 真彩主机|1~68|1~8|Yes|jjf|qfm|<ul><li>HB-G1000</li><li>HB-G1000-4G</li></ul>|
|1787 我是简化版物联卡主机|2 简化的物联卡主机|1~68|||wzq|qfm|<ul><li>HB-5050G-4GW</li></ul>| |1787 我是简化版物联卡主机|2 简化的物联卡主机|1~99|||wzq|qfm|<ul><li>HB-5050G-4GW</li></ul>|
|1797 我是GPRS主机能打电话|10 GPRS主机能打电话|1~60||Yes|jjf|qfm|<ul><li>HB-2050</li></ul>| |1797 我是GPRS主机能打电话|10 GPRS主机能打电话|1~60||Yes|jjf|qfm|<ul><li>HB-2050</li></ul>|
......
...@@ -151,9 +151,9 @@ static constexpr MachineType AllMachineTypes[MachineTypeCount] = { ...@@ -151,9 +151,9 @@ static constexpr MachineType AllMachineTypes[MachineTypeCount] = {
//! 最大防区号根据型号不同而不同 //! 最大防区号根据型号不同而不同
static uint16_t zoneMax(MachineType type) { static uint16_t zoneMax(MachineType type) {
switch (type) { switch (type) {
case MachineType::Gprs_IoT:
case MachineType::Gprs: case MachineType::Gprs:
case MachineType::Wired: case MachineType::Wired:
case MachineType::IoT:
return 99; return 99;
case MachineType::NetMod: case MachineType::NetMod:
...@@ -162,13 +162,13 @@ static uint16_t zoneMax(MachineType type) { ...@@ -162,13 +162,13 @@ static uint16_t zoneMax(MachineType type) {
case MachineType::Lcd: case MachineType::Lcd:
return 249; return 249;
case MachineType::Gprs_IoT:
case MachineType::TrueColor: case MachineType::TrueColor:
return 68; return 68;
case MachineType::ThreeSection: case MachineType::ThreeSection:
return 191; return 191;
case MachineType::IoT:
case MachineType::Gprs_Phone: case MachineType::Gprs_Phone:
return 60; return 60;
......
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