From 7f2d401e502bf89eea7404745c9ff7d103b37a63 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 07 五月 2020 16:06:43 +0800 Subject: [PATCH] 整一个 --- ZigbeeApp/Shared/R.cs | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index 11d8f17..c274329 100755 --- a/ZigbeeApp/Shared/R.cs +++ b/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; @@ -1193,7 +1197,7 @@ /// </summary> public const int Cancel = 11023; /// <summary> - /// 娌℃湁鍦烘櫙 {\r\n} 璇风偣鍑诲彸涓婅娣诲姞 + /// 娌℃湁鍦烘櫙{0}璇风偣鍑诲彸涓婅娣诲姞 /// </summary> public const int NoScene = 11024; /// <summary> @@ -5742,6 +5746,10 @@ /// 甯稿紑鑷姩鍖栨墜鍔ㄥ彇娑� /// </summary> public const int uNormallyOpenLogicManualClose = 16115; + /// <summary> + /// 娓稿浣撻獙 + /// </summary> + public const int uExperienceAccount = 16116; //鈽呪槄鈽呪槄涓嬮潰杩欎簺鏄帴鍙g殑杩斿洖淇℃伅缈昏瘧,浠�18000寮�濮嬧槄鈽呪槄鈽� @@ -6327,5 +6335,9 @@ /// 鍚搁《鐕冩皵浼犳劅鍣� /// </summary> public const int uDeviceDirectionName26 = 70025; + /// <summary> + /// PM2.5绌烘皵璐ㄩ噺浼犳劅鍣� + /// </summary> + public const int uDeviceDirectionName27 = 70026; } } -- Gitblit v1.8.0