From da3634e011bbda29cf4e1c168997b780fe795b20 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期三, 13 五月 2020 09:05:23 +0800 Subject: [PATCH] 优化新风模块和新风面板的测试功能,请合并代码 --- ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/Enum.cs index 13d11fe..7943391 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, @@ -303,6 +307,11 @@ /// 纭欢鐗堟湰 /// </summary> mgHWversion = 65024, + + /// <summary> + /// 闂ㄩ攣鐢甸噺 + /// </summary> + DoorLockPower = 33, } /// <summary> -- Gitblit v1.8.0