From cce511a656806fa9459b15efc902da43a1f85786 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 04 一月 2022 14:41:31 +0800 Subject: [PATCH] 2022-01-04 1.更新 --- Crabtree/SmartHome/HDL/Common/CommonConfig.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Common/CommonConfig.cs b/Crabtree/SmartHome/HDL/Common/CommonConfig.cs index b06dfe2..18f35af 100644 --- a/Crabtree/SmartHome/HDL/Common/CommonConfig.cs +++ b/Crabtree/SmartHome/HDL/Common/CommonConfig.cs @@ -14,6 +14,10 @@ /// </summary> public List<Function> FunctionList = new List<Function> (); /// <summary> + /// 鍦烘櫙鍒楄〃 + /// </summary> + public List<HDLLinkSceneBase> SceneList = new List<HDLLinkSceneBase> (); + /// <summary> /// /// </summary> public HomeGatewayInfo HomeGatewayInfo = null; -- Gitblit v1.8.0