xm
2020-07-14 d87400af518ebc9274f4447f06476959c3aa5102
ZigbeeApp/Shared/R.cs
@@ -945,6 +945,15 @@
        public readonly static int nightLightSwitch = 5406;
        public readonly static int colorTemperature = 5407;
        public readonly static int buzzer = 5408;
        public readonly static int ambientLight = 5409;
        public readonly static int illuminanceValue = 5410;
        public readonly static int dark = 5411;
        public readonly static int bright = 5412;
        public readonly static int tipIlluminanceValue = 5413;
        public readonly static int videoIntercom = 5414;
        public readonly static int dong = 5415;
        public readonly static int unit = 5416;
        public readonly static int theOutdoorUnit = 5417;
@@ -2982,7 +2991,7 @@
        /// </summary>
        public const int uCarbonMonoxideRevealed = 15393;
        /// <summary>
        /// 有不明物体经过
        /// 有人经过
        /// </summary>
        public const int uHadUnKnowObjectPassed = 15394;
        /// <summary>
@@ -5801,7 +5810,18 @@
        /// 设置设备功能类型失败
        /// </summary>
        public const int uSetDeviceFunctionTypeFail = 16134;
        /// <summary>
        /// 获取场景列表失败,网关回复超时
        /// </summary>
        public const int uGetSceneListFailAndTimeOut = 16135;
        /// <summary>
        /// 需重新绑定
        /// </summary>
        public const int uNeedToRebind = 16136;
        /// <summary>
        /// 出现意外情况,数据丢失
        /// </summary>
        public const int uUnKnownErrorAndLostData = 16137;
@@ -6031,14 +6051,17 @@
        /// </summary>
        public const int uAddFangyueEnvironmentPanelMsg = 21021;
        /// <summary>
        /// 窗帘面板 -> 长按面板左上角按键,所有按键{0}指示灯亮起,则配网成功
        /// 窗帘面板 -> 长按面板左上角按键,所有按键{0}指示灯亮起,则配网成功
        /// </summary>
        public const int uAddCurtaunPanelMsg = 21022;
        /// <summary>
        /// 吸顶燃气传感器 -> 长按图示按键5秒以上,绿色快闪{0}进入配网状态,绿灯常亮则入网成功
        /// </summary>
        public const int uAddSensorCeilingGasMsg = 21023;
        /// <summary>
        /// 球型移动传感器 -> 长按图示按键5秒以上,指示灯变绿、闪烁{0}进入配网状态,绿灯熄灭则配网成功
        /// </summary>
        public const int uAddSensorSphericalMotionMsg = 21024;
        //★★★★下面这些是模块ID的官方名字,从30000开始★★★★
        /// <summary>
@@ -6221,6 +6244,10 @@
        /// 镜像ID为20000的设备的官方名字:色温灯
        /// </summary>
        public const int uDeviceModelId20000 = 30044;
        /// <summary>
        /// 镜像ID为1205的设备的官方名字:球型移动传感器
        /// </summary>
        public const int uDeviceModelId1205 = 30045;
        //★★★★下面这些是设备所属种类的翻译名字,从40000开始★★★★
        /// <summary>
@@ -6423,7 +6450,11 @@
        /// <summary>
        /// 简约环境面板
        /// </summary>
        public const int uDeviceDirectionName29 = 70028;
        public const int uDeviceDirectionName29 = 70028;
        /// <summary>
        /// 球型移动传感器
        /// </summary>
        public const int uDeviceDirectionName30 = 70029;
    }
}