CrabtreeOn,印度客户定制APP,迁移2.0平台版本
JLChen
2022-01-12 407fae6f07a2a982a2a814c2f145c40733c966cb
Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs
@@ -18,6 +18,9 @@
            var jObject = new JObject { }; 
            jObject.Add ("gatewayId", GatewayId);
            jObject.Add ("homeId", HomeId);
            jObject.Add ("pageSize", 1000);
            jObject.Add ("pageNo", 1);
            var responsePackNew = RequestServerhomeId (jObject, API.GetTimerList);
            return responsePackNew;
        }
@@ -67,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);
@@ -126,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);