gxc
2019-12-25 944b87b6bcccb095cd73f13f4410fb20faf48f74
ZigbeeApp/Shared/Common/SceneUI.cs
old mode 100755 new mode 100644
@@ -39,7 +39,7 @@
        /// </summary>
        public string IconPath = "Scene/SceneDefault.png";
        /// <summary>
        /// 图片来源 0--本地图库 1--拍照 2--系统图库
        /// 图片来源 0--本地图库 1--拍照 2--系统图库
        /// </summary>
        public int IconPathType = 0;
@@ -78,7 +78,7 @@
        /// 剩余触发时间,单位秒
        /// </summary>
        [Newtonsoft.Json.JsonIgnore]
        public int RemainTime;
        public int RemainTime;
        /// <summary>
        /// 场景执行目标
@@ -151,7 +151,7 @@
                    if (Shared.Common.Room.AllRoomDeviceUIList.Count == 0)
                    {
                        if (Shared.Common.Room.AllRoomDeviceUIList.Count == 0)
                        {
                            CommonPage.Instance.ShowErrorInfoAlert(R.MyInternationalizationString.ThisSceneHaveNoDevice);
@@ -161,7 +161,7 @@
                    if (sceneDeviceList.getSceneDeviceListInfo != null)
                    {
                        var deviceList = sceneDeviceList.getSceneDeviceListInfo.DeviceList;
                        if (deviceList != null && Room.AllRoomDeviceUIList.Count != 0)
                        {
                            foreach (var sceneDev in deviceList)