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 | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs index b9c7dd7..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> @@ -264,6 +272,14 @@ /// 绌鸿皟鎽嗛 /// </summary> FanSwing = 4096, + /// <summary> + /// 杩囪檻缃戞竻娲楁爣蹇�:42 + /// </summary> + CleanStatu = 4097, + /// <summary> + /// 鍚敤绌鸿皟鎽嗛妯″紡鐨勭姸鎬�(鎵撳紑 鎴栬�� 鍏抽棴) + /// </summary> + UseAcSwingFunctionStatu = 4097, #endregion @@ -295,6 +311,11 @@ /// 纭欢鐗堟湰 /// </summary> mgHWversion = 65024, + + /// <summary> + /// 闂ㄩ攣鐢甸噺 + /// </summary> + DoorLockPower = 33, } /// <summary> -- Gitblit v1.8.0