Commit 582b04a9 authored by captainwong's avatar captainwong

fix A3 p3 modify zone property

parent 3cfd4b65
......@@ -425,7 +425,7 @@ const char* hbZonePropertyToString(HbZoneProperty zp)
case HZP_GAS: return "HZP_GAS";
case HZP_WATER: return "HZP_WATER";
case HZP_SUB_MACHINE: return "HZP_SUB_MACHINE";
case HZP_REMOTE_CONTROL: return "HZP_REMOTE_CONTRO";
case HZP_REMOTE_CONTROL: return "HZP_REMOTE_CONTROL";
case HZP_BUGLAR_HALF: return "HZP_BUGLAR_HALF";
case HZP_SHIELD: return "HZP_SHIELD";
case HZP_DOOR_RING: return "HZP_DOOR_RING";
......
......@@ -209,7 +209,7 @@ typedef enum HbComReq_A3_p3 {
HbComReq_A3_p3_del = 0x00, //! 删除防区
HbComReq_A3_p3_learn = 0x01, //! 学码
HbComReq_A3_p3_stop = 0x02, //! 停止学码
HbComReq_A3_p3_modify = 0x04, //! 修改防区属性
HbComReq_A3_p3_modify = 0x03, //! 修改防区属性
}HbComReq_A3_op;
//! 学码开始回应 EB BA 3F 07 P0 A3 5A
......
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