Crabtree/SmartHome/HDL/Operation/Device/Scene.cs
@@ -30,10 +30,18 @@ { this.Type = DeviceType.Scene; DeviceTextID = SimpleControl.R.MyInternationalizationString.Scenes; if (string.IsNullOrEmpty (SceneID)) { SceneID = Guid.NewGuid ().ToString (); } } /// <summary> /// 场景唯一ID /// </summary> public string SceneID = ""; /// <summary> /// 场景小图标