xm
2020-05-07 c1de48884fa145a16a0f8bcee93274dcfaa0ff82
ZigbeeApp/Shared/R.cs
@@ -830,7 +830,15 @@
        public readonly static int numberSone = 5387;
        public readonly static int openAutomationSone = 5388;
        public readonly static int timeSetSone = 5389;
        public readonly static int invalidSetting = 5390;
        public readonly static int hour = 5391;
        public readonly static int lockOpen = 5392;
        public readonly static int setDoorLockOpen = 5393;
        public readonly static int less = 5394;
        public readonly static int more = 5395;
        public readonly static int or = 5396;
        public readonly static int timeNull = 5397;
        public readonly static int numberInput = 5398;
        #region 登录注册
        /// <summary>
@@ -5738,6 +5746,10 @@
        /// 常开自动化手动取消
        /// </summary>
        public const int uNormallyOpenLogicManualClose = 16115;
        /// <summary>
        /// 游客体验
        /// </summary>
        public const int uExperienceAccount = 16116;
        //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
@@ -5969,6 +5981,10 @@
        /// 窗帘面板 -> 长按面板左上角按键,所有按键{0}指示灯亮起,则配网成功 
        /// </summary>
        public const int uAddCurtaunPanelMsg = 21022;
        /// <summary>
        /// 吸顶燃气传感器 -> 长按图示按键5秒以上,绿色快闪{0}进入配网状态,绿灯常亮则入网成功
        /// </summary>
        public const int uAddSensorCeilingGasMsg = 21023;
        //★★★★下面这些是模块ID的官方名字,从30000开始★★★★
@@ -6128,6 +6144,10 @@
        /// 镜像ID为2310的设备的默认名字:方悦新风小模块
        /// </summary>
        public const int uDeviceModelId2310 = 30038;
        /// <summary>
        /// 镜像ID为1306的设备的默认名字:Zigbee吸顶燃气传感器
        /// </summary>
        public const int uDeviceModelId1306 = 30039;
        //★★★★下面这些是设备所属种类的翻译名字,从40000开始★★★★
        /// <summary>
@@ -6312,8 +6332,12 @@
        /// </summary>
        public const int uDeviceDirectionName25 = 70024;
        /// <summary>
        /// PM2.5空气质量传感器
        /// 吸顶燃气传感器
        /// </summary>
        public const int uDeviceDirectionName26 = 70025;
        /// <summary>
        /// PM2.5空气质量传感器
        /// </summary>
        public const int uDeviceDirectionName27 = 70026;
    }
}