wxr
2022-01-19 121c045cf55c647420cb372f717e528c053295ef
HDL_ON/DAL/DriverLayer/A_Protocol_Common.cs
@@ -196,5 +196,15 @@
                return $"/user/{Control.Ins.GatewayId}/custom/security/list/get";
            }
        }
        #region 门锁
        public string OneKeyUnlock
        {
            get
            {
                return $"/base/{Control.Ins.GatewayId}/thing/service/doorRemoteOpen/down";
            }
        }
        #endregion
    }
}