Commit 624976b3 authored by captainwong's avatar captainwong

gprs

parent 5e50d36e
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
1717 我是GPRS主机|4 GPRS主机|1~99||Yes|wzq|qfm|<ul><li>HB-4040G</li><li>HB-5050G</li><li>HB-5050G-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|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-5050G-4GW</li></ul>| |1767 我是物联卡主机|9 物联卡主机|1~99|||jjf|qfm|<ul><li>HB-5050G-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</li><li>HB-5050G-4G</li></ul>| |1787 我是简化版物联卡主机|2 简化的物联卡主机|1~68|||wzq|qfm|<ul><li>HB-5050G</li><li>HB-5050G-4G</li></ul>|
......
...@@ -253,7 +253,7 @@ static ademco::AdemcoZone wiredZoneMin(MachineType type) { ...@@ -253,7 +253,7 @@ static ademco::AdemcoZone wiredZoneMin(MachineType type) {
break; break;
case hb::common::TrueColor: return 1; case hb::common::TrueColor: return 1;
break; break;
case hb::common::ThreeSection: return 1; case hb::common::ThreeSection: return 61;
break; break;
case hb::common::IoT: case hb::common::IoT:
break; break;
...@@ -286,7 +286,7 @@ static ademco::AdemcoZone wiredZoneMax(MachineType type) { ...@@ -286,7 +286,7 @@ static ademco::AdemcoZone wiredZoneMax(MachineType type) {
break; break;
case hb::common::TrueColor:return 8; case hb::common::TrueColor:return 8;
break; break;
case hb::common::ThreeSection:return 8; case hb::common::ThreeSection:return 68;
break; break;
case hb::common::IoT: case hb::common::IoT:
break; break;
......
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