From 2bc230cf2e7a7329c2329b07307a47b059835bbc Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期五, 18 十月 2019 10:20:52 +0800
Subject: [PATCH] 2019-10-18-1

---
 ZigbeeApp/Shared/Phone/Device/Logic/TemplateDeviceCondition.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/TemplateDeviceCondition.cs b/ZigbeeApp/Shared/Phone/Device/Logic/TemplateDeviceCondition.cs
index bdec8f7..1489f2e 100644
--- a/ZigbeeApp/Shared/Phone/Device/Logic/TemplateDeviceCondition.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/TemplateDeviceCondition.cs
@@ -222,7 +222,7 @@
 
             var roomlists = new List<Common.Room>();
             roomlists.Clear();
-            if (Config.Instance.Home.FloorDics.Count < 1)
+            if (Config.Instance.Home.FloorDics.Count < 2)
             {
                 foolrname.Visible = false;
                 dropdown.Visible = false;

--
Gitblit v1.8.0