黄学彪
2020-06-01 0bf9e65bc3ba98391e7835c922b15baab3c77876
ZigbeeApp/Shared/R.cs
@@ -602,7 +602,26 @@
        /// 严重污染
        /// </summary>
        public const int SeriousPollution = 322;
        /// <summary>
        /// 门锁常开模式已关
        /// </summary>
        public const int NormallyClosed = 323;
        /// <summary>
        /// 入网
        /// </summary>
        public const int Connection = 324;
        /// <summary>
        /// 简约多功能面板 -> 打开面板主菜单,右上角点击{0}设置按钮,点击入网
        /// </summary>
        public const int AddSimpleMultifunctionMsg = 325;
        /// <summary>
        /// 简约环境面板 -> 长按“开关”按键5秒,所有灯每进行{0}2次亮暗切换,即入网成功
        /// </summary>
        public const int AddSimpleEnvironmentMsg = 326;
        /// <summary>
        /// 长按“开关”按键5秒
        /// </summary>
        public const int LongPressButtonSwitch = 327;
        public readonly static int cancel = 5097;
        public readonly static int confrim = 5098;
@@ -882,6 +901,7 @@
        public readonly static int timeSensitive = 5402;
        public readonly static int executeSone = 5403;
        public readonly static int hour1 = 5404;
        public readonly static int mi = 5405;
@@ -5252,7 +5272,7 @@
        /// </summary>
        public const int uSendPasswordFail = 15980;
        /// <summary>
        /// 选择hdlZigbeeGW-xxxx网络
        /// 请选择hdlZigbeeGW-xxxx网络
        /// </summary>
        public const int uPleaseSelectGatewayXXNet = 15981;
        /// <summary>
@@ -5815,6 +5835,38 @@
        /// 请输入您的联系方式
        /// </summary>
        public const int uPleaseInputYourContactInformation = 16121;
        /// <summary>
        /// 该内容不能省略
        /// </summary>
        public const int uThisContentCanNotOmitted = 16122;
        /// <summary>
        /// Mini网关
        /// </summary>
        public const int uMiniGateway = 16123;
        /// <summary>
        /// 添加Mini网关
        /// </summary>
        public const int uAddMiniGateway = 16124;
        /// <summary>
        /// 插电后,长按网关HID/WCFG按键5秒{0}系统灯常亮60秒后则进入配网状态
        /// </summary>
        public const int uAddMiniGatewayMsg1 = 16125;
        /// <summary>
        /// 请选择widora-xxxx网络
        /// </summary>
        public const int uPleaseSelectWidoraXXNet = 16126;
        /// <summary>
        /// 手机去设置连接网关热点{0}选择widora-xxxx网络
        /// </summary>
        public const int uAddMiniGatewayMsg2 = 16127;
        /// <summary>
        /// 色温
        /// </summary>
        public const int uColorTemperature = 16128;
        /// <summary>
        /// Mini夜灯
        /// </summary>
        public const int uMiniNightLight = 16129;
        //★★★★下面这些是接口的返回信息翻译,从18000开始★★★★
@@ -6216,8 +6268,20 @@
        /// <summary>
        /// 镜像ID为1307的设备的默认名字:PM2.5空气质量传感器
        /// </summary>
        public const int uDeviceModelId1307 = 30040;
        public const int uDeviceModelId1307 = 30040;
        /// <summary>
        /// 镜像ID为212的设备的默认名字:简约多功能面板
        /// </summary>
        public const int uDeviceModelId212 = 30041;
        /// <summary>
        /// 镜像ID为230的设备的默认名字:简约环境面板
        /// </summary>
        public const int uDeviceModelId230 = 30042;
        /// <summary>
        /// 镜像ID为11的设备的官方名字:Mini网关
        /// </summary>
        public const int uDeviceModelId11 = 30043;
        //★★★★下面这些是设备所属种类的翻译名字,从40000开始★★★★
        /// <summary>
        /// 自定义设备所属ID为100的翻译名字:遮阳
@@ -6412,5 +6476,14 @@
        /// PM2.5空气质量传感器
        /// </summary>
        public const int uDeviceDirectionName27 = 70026;
        /// <summary>
        /// 简约多功能面板
        /// </summary>
        public const int uDeviceDirectionName28 = 70027;
        /// <summary>
        /// 简约环境面板
        /// </summary>
        public const int uDeviceDirectionName29 = 70028;
    }
}