WJC
2019-10-31 d7ad5a3953a8cd001659092ebde204b881f94b9d
ZigbeeApp/Shared/R.cs
@@ -551,8 +551,7 @@
        public readonly static int selectunlockingmode = 5364;
        public readonly static int lockaddaction = 5365;
        public readonly static int linkageevent = 5366;
        public readonly static int current = 5367;
        #region 登录注册
@@ -3390,7 +3389,7 @@
        /// <summary>
        /// 无可共享的房间
        /// </summary>
        public const int uNotShardDeviceInAllRoomMsg = 15583;
        public const int uNotCanShardRoomMsg = 15583;
        /// <summary>
        /// 确定移除选中的场景?
        /// </summary>
@@ -4443,6 +4442,18 @@
        /// 关闭空调失败
        /// </summary>
        public const int uCloseAirConditionerFail = 15855;
        /// <summary>
        /// 请注意清洗滤网哦
        /// </summary>
        public const int uPleaseClreanACfilter = 15856;
        /// <summary>
        /// 无可共享的场景
        /// </summary>
        public const int uNotCanShardSceneMsg = 15857;
        /// <summary>
        /// 无可共享的设备
        /// </summary>
        public const int uNotCanShardDeviceMsg = 15858;
        //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
        /// <summary>
@@ -4810,4 +4821,4 @@
        /// </summary>
        public const int uDeviceBelongId12 = 40013;
    }
}
}