xm
2020-05-13 da3634e011bbda29cf4e1c168997b780fe795b20
ZigbeeApp/Shared/R.cs
@@ -570,6 +570,14 @@
        /// 自动模式不支持操作
        /// </summary>
        public const int AutoModeForbiddenOperate = 314;
        /// <summary>
        /// 空气质量
        /// </summary>
        public const int AirQuality = 315;
        /// <summary>
        /// 空气质量传感器
        /// </summary>
        public const int AirQualitySensor = 316;
        public readonly static int cancel = 5097;
        public readonly static int confrim = 5098;
@@ -843,6 +851,13 @@
        public readonly static int or = 5396;
        public readonly static int timeNull = 5397;
        public readonly static int numberInput = 5398;
        public readonly static int closeFailed = 5399;
        public readonly static int openFailed = 5400;
        public readonly static int addFailed = 5401;
        public readonly static int timeSensitive = 5402;
        public readonly static int executeSone = 5403;
        #region 登录注册
        /// <summary>
@@ -1201,7 +1216,7 @@
        /// </summary>
        public const int Cancel = 11023;
        /// <summary>
        /// 没有场景 {\r\n} 请点击右上角添加
        /// 没有场景{0}请点击右上角添加
        /// </summary>
        public const int NoScene = 11024;
        /// <summary>
@@ -6234,6 +6249,10 @@
        /// 自定义设备所属ID为2310的翻译名字:新风
        /// </summary>
        public const int uDeviceBelongId2310 = 40018;
        /// <summary>
        /// 自定义设备所属ID为1307的翻译名字:PM2.5空气质量传感器
        /// </summary>
        public const int uDeviceBelongId1307 = 40019;
        //★★★★模块ID的设备默认备注名字,从50000开始,这里不需要定义,只写在Language.ini文件里面★★★★
        //★★★★模块ID的设备类型名字,从60000开始,这里不需要定义,只写在Language.ini文件里面★★★★