From 0fafbe4b132d03dc8f1f99de585bfcb5e63ab60a Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 09 一月 2023 14:02:01 +0800
Subject: [PATCH] 多网关支持

---
 Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs
index 806656b..616273c 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs
@@ -70,6 +70,7 @@
                 jObject.Add ("gatewayId", GatewayId); 
                 jObject.Add ("homeId", HomeId);
                 jObject.Add ("timerName", timer.timerName);
+                jObject.Add ("room", timer.RoomName);
                 jObject.Add ("isEnable", timer.isEnable);
                 jObject.Add ("executeUtcTime", Method.GetUtcTime (timer.executeUtcTime));
                 jObject.Add ("controlData", deviceDateJObject);
@@ -129,6 +130,7 @@
                 jObject.Add ("homeId", HomeId);
                 jObject.Add ("id", timer.id);
                 jObject.Add ("timerName", timer.timerName);
+                jObject.Add ("room", timer.RoomName);
                 jObject.Add ("isEnable", timer.isEnable);
                 jObject.Add ("executeUtcTime", Method.GetUtcTime (timer.executeUtcTime));
                 jObject.Add ("controlData", deviceDateJObject);

--
Gitblit v1.8.0