wei
2021-03-08 37c315988c2dc11e4f477233f7a9f87d57bb61aa
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";
            }
        }
    }
}