From 48ba446936b51fffafa7c3600c0dadc6ac0e8c20 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 10 七月 2020 10:52:13 +0800 Subject: [PATCH] 2020-07-10-01 --- ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs index 13d11fe..0052f69 100755 --- a/ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs @@ -10,6 +10,10 @@ /// </summary> Basic = 0, /// <summary> + /// 鏌ヨ鐢甸噺 + /// </summary> + Power = 1, + /// <summary> /// 璁惧璇嗗埆鍔熻兘 /// </summary> Identify = 3, @@ -45,6 +49,10 @@ ///婀垮害娴嬮噺鍔熻兘 /// </summary> RelativeHumidityMeasurement = 1029, + /// <summary> + ///PM2.5娴嬮噺鍔熻兘 + /// </summary> + PmTwoPointFiveMeasurement = 1066, /// <summary> /// 鎭掓俯鍣ㄥ姛鑳� /// </summary> @@ -303,6 +311,11 @@ /// 纭欢鐗堟湰 /// </summary> mgHWversion = 65024, + + /// <summary> + /// 闂ㄩ攣鐢甸噺 + /// </summary> + DoorLockPower = 33, } /// <summary> -- Gitblit v1.8.0