HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs
@@ -12,7 +12,20 @@ public class PirSend { /// <summary> /// 网关ID(获取嘉乐网关ID) /// </summary> public static string GatewayId { get { if (Entity.DB_ResidenceData.Instance.HomeGateway == null) { return DriverLayer.Control.Ins.GatewayId; } return Entity.DB_ResidenceData.Instance.HomeGateway.gatewayId; } } /// <summary> /// 住宅ID /// </summary> @@ -194,7 +207,6 @@ var responsePackNew = RequestServerhomeId(jObject, NewAPI.API_POST_Ir_CodeRemove); return responsePackNew; } /// <summary> /// 红外宝/遥控器删除 /// </summary>