HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -50,8 +50,8 @@ Dictionary<string, object> d = new Dictionary<string, object>(); d.Add("type", qType); d.Add("homeId", DB_ResidenceData.Instance.CurrentRegion.id); d.Add("deviceId", new List<string>() { deviceId }); d.Add("key", new List<string>() { deviceKey }); d.Add("deviceId", deviceId ); d.Add("key", "value" ); var requestJson = HttpUtil.GetSignRequestJson(d); return HttpUtil.RequestHttpsPost(NewAPI.Api_Post_EnvironmentalSensorHistoricalData, requestJson);