| | |
| | | |
| | | namespace HDL_ON.UI.UI2.Intelligence.Automation |
| | | { |
| | | public class Send |
| | | public class Send |
| | | { |
| | | ///// <summary> |
| | | ///// 住宅ID |
| | | ///// </summary> |
| | | //public static string homeId = Entity.DB_ResidenceData.residenceData.CurReginID; |
| | | ///// <summary> |
| | | ///// 网关ID |
| | | ///// </summary> |
| | | //public static string gatewayId = DriverLayer.Control.Ins.GatewayId; |
| | | |
| | | /// <summary> |
| | | /// 住宅ID |
| | | /// </summary> |
| | | public static string homeId = "1333723044544233473"; |
| | | public static string homeId = UserInfo.Current.CurReginID; |
| | | /// <summary> |
| | | /// 网关ID |
| | | /// </summary> |
| | | public static string gatewayId = "1333723647223775233"; |
| | | public static string gatewayId = DriverLayer.Control.Ins.GatewayId; |
| | | |
| | | ///// <summary> |
| | | ///// 网关ID |
| | | ///// </summary> |
| | | //public static string gatewayId =Entity.DB_ResidenceData.residenceData.HomeGateway.gatewayId; |
| | | ///// <summary> |
| | | ///// 住宅ID |
| | | ///// </summary> |
| | | //public static string homeId = Entity.DB_ResidenceData.residenceData.HomeGateway.homeId; |
| | | |
| | | /// <summary> |
| | | /// 获取逻辑ID列表 |
| | |
| | | /// <summary> |
| | | /// 获取逻辑 |
| | | /// </summary> |
| | | /// <param name="userLogicId">逻辑ID</param> |
| | | /// <param name="listIdList">逻辑ID列表</param> |
| | | /// <returns></returns> |
| | | public static ResponsePackNew getLogic(List<string> listIdList) |
| | | { |
| | |
| | | return HttpUtil.RequestHttpsPostFroHome(api_Url, requestJson, mTimeout); |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 请求服务器 |
| | | /// </summary> |