黄学彪
2020-05-07 e2cd94abacc0101af8d0db7fed3a785c1a045b5d
ZigbeeApp/Shared/R.cs
@@ -562,6 +562,10 @@
        /// 背光灯颜色
        /// </summary>
        public const int BackgroundLightColor = 312;
        /// <summary>
        /// PM2.5感器 -> 长按图示按键5秒以上,信号图标{0}快闪, 进入配网状态。信号图标常亮则配网成功
        /// </summary>
        public const int AddSensorPMMsg = 313;
        public readonly static int cancel = 5097;
        public readonly static int confrim = 5098;
@@ -5742,6 +5746,10 @@
        /// 常开自动化手动取消
        /// </summary>
        public const int uNormallyOpenLogicManualClose = 16115;
        /// <summary>
        /// 游客体验
        /// </summary>
        public const int uExperienceAccount = 16116;
        //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
@@ -6327,5 +6335,9 @@
        /// 吸顶燃气传感器
        /// </summary>
        public const int uDeviceDirectionName26 = 70025;
        /// <summary>
        /// PM2.5空气质量传感器
        /// </summary>
        public const int uDeviceDirectionName27 = 70026;
    }
}