Commit e7d57b9a authored by captainwong's avatar captainwong

gg min & max

parent 50c6e63c
...@@ -51,6 +51,11 @@ inline bool isValidZoneStrict(AdemcoZone zone) { ...@@ -51,6 +51,11 @@ inline bool isValidZoneStrict(AdemcoZone zone) {
return ZoneMin <= zone && zone < ZoneSentinel; return ZoneMin <= zone && zone < ZoneSentinel;
} }
//! 三防区主机GG范围 1~3
constexpr AdemcoGG ggMin4ThreeSectionMachine = 1;
constexpr AdemcoGG ggMax4ThreeSectionMachine = 3;
//! 安定宝数据包 data 段 //! 安定宝数据包 data 段
struct AdemcoData struct AdemcoData
{ {
......
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