From 00ab3ddb140ba8bb88b5cf572b004a85e1da85e9 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期四, 02 一月 2020 19:51:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into DEV_GXC

---
 ZigbeeApp/Shared/Phone/UserView/UserPage.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserView/UserPage.cs b/ZigbeeApp/Shared/Phone/UserView/UserPage.cs
index 386c2ee..39d7770 100644
--- a/ZigbeeApp/Shared/Phone/UserView/UserPage.cs
+++ b/ZigbeeApp/Shared/Phone/UserView/UserPage.cs
@@ -4,8 +4,8 @@
 using ZigBee.Device;
 using Shared.Phone.Device.AC;
 using System.Text;
-using Shared.Phone.Device.Account;
-
+using Shared.Phone.Device.Account;
+
 namespace Shared.Phone.UserView
 {
     /// <summary>
@@ -82,7 +82,7 @@
                     if (common.DeviceStatusReport.AttriBute == null || common.DeviceStatusReport.AttriBute.Count == 0)
                     {
                         return;
-                    }
+                    }
                     switch (myDevice.Type)
                     {
                         case DeviceType.OnOffOutput:
@@ -253,7 +253,7 @@
                             //娓╁害
                             if (common.DeviceStatusReport.CluterID == 1026)
                             {
-                                var tempera = (TemperatureSensor)myDevice; 
+                                var tempera = (TemperatureSensor)myDevice;
                                 foreach (var data in common.DeviceStatusReport.AttriBute)
                                 {
                                     if (data.AttributeId == (int)ZigBee.Device.AttriButeId.MeasuredValue)

--
Gitblit v1.8.0