Commit a35c4b52 authored by captainwong's avatar captainwong

zone props

parent 2738511c
...@@ -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 物联卡主机|√|√|√|√|√|√| |√| |√|√|√|
......
...@@ -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:
......
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