mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
HDL_ON/DAL/DriverLayer/A_Protocol_Common.cs
@@ -90,6 +90,17 @@
            }
        }
        /// <summary>
        /// 本地控制群控主题
        /// </summary>
        public string ControlGroupControlTopic
        {
            get
            {
                return $"/user/{Control.Ins.GatewayId}/custom/device/group/control/down";
            }
        }
        /// <summary>
        /// 本地控制红外设备功能主题
        /// </summary>
        public string ControlIrFunctionTopic
@@ -196,6 +207,16 @@
                return $"/user/{Control.Ins.GatewayId}/custom/security/list/get";
            }
        }
        /// <summary>
        /// 心跳包
        /// </summary>
        public string HeartBeat
        {
            get
            {
                return $"/user/{Control.Ins.GatewayId}/custom/gateway/heartbeat";
            }
        }
        #region 门锁
        public string OneKeyUnlock