黄学彪
2020-07-06 f23ad1b3f9f6193f35f72104d690b21dc67d5c1f
ZigbeeApp/Shared/R.cs
@@ -937,7 +937,11 @@
        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;
        /// <summary>
@@ -2974,7 +2978,7 @@
        /// </summary>
        public const int uCarbonMonoxideRevealed = 15393;
        /// <summary>
        /// 有不明物体经过
        /// 有人经过
        /// </summary>
        public const int uHadUnKnowObjectPassed = 15394;
        /// <summary>
@@ -6030,7 +6034,10 @@
        /// 吸顶燃气传感器 -> 长按图示按键5秒以上,绿色快闪{0}进入配网状态,绿灯常亮则入网成功
        /// </summary>
        public const int uAddSensorCeilingGasMsg = 21023;
        /// <summary>
        /// 球型移动传感器 -> 长按图示按键5秒以上,指示灯变绿、闪烁{0}进入配网状态,绿灯熄灭则配网成功
        /// </summary>
        public const int uAddSensorSphericalMotionMsg = 21024;
        //★★★★下面这些是模块ID的官方名字,从30000开始★★★★
        /// <summary>
@@ -6213,6 +6220,10 @@
        /// 镜像ID为20000的设备的官方名字:色温灯
        /// </summary>
        public const int uDeviceModelId20000 = 30044;
        /// <summary>
        /// 镜像ID为1205的设备的官方名字:球型移动传感器
        /// </summary>
        public const int uDeviceModelId1205 = 30045;
        //★★★★下面这些是设备所属种类的翻译名字,从40000开始★★★★
        /// <summary>
@@ -6415,7 +6426,11 @@
        /// <summary>
        /// 简约环境面板
        /// </summary>
        public const int uDeviceDirectionName29 = 70028;
        public const int uDeviceDirectionName29 = 70028;
        /// <summary>
        /// 球型移动传感器
        /// </summary>
        public const int uDeviceDirectionName30 = 70029;
    }
}