陈嘉乐
2021-03-09 83df0ebfbd306d0fb5a51a21a7ef2271c0c507ec
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";
            }
        }
    }
}