wxr
2020-12-17 014abc547ffd1a9f23c58fd7a471dffc5933fdd3
HDL_ON/DAL/DriverLayer/A_Protocol_Common.cs
@@ -105,5 +105,15 @@
                return $"/base/{Control.Ins.GatewayId}/thing/property/up";
            }
        }
        /// <summary>
        /// 场景执行
        /// </summary>
        public string ControlScene
        {
            get
            {
                return $"/user/{Control.Ins.GatewayId}/custom/scene/execute";
            }
        }
    }
}