From f23ad1b3f9f6193f35f72104d690b21dc67d5c1f Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 06 七月 2020 12:35:25 +0800 Subject: [PATCH] 去掉了访问外网的异步 --- ZigbeeApp/Shared/R.cs | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index 1ecc9a8..448024f 100755 --- a/ZigbeeApp/Shared/R.cs +++ b/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; //鈽呪槄鈽呪槄涓嬮潰杩欎簺鏄ā鍧桰D鐨勫畼鏂瑰悕瀛�,浠�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; } } -- Gitblit v1.8.0