给选住增加 设备变化推送接口

This commit is contained in:
2026-01-05 11:11:19 +08:00
parent e42dadc876
commit 7c7386d9eb
9 changed files with 1106 additions and 4 deletions

View File

@@ -66,6 +66,30 @@ namespace BLWLogProduce.Models
public int? Process_TH4 { get; set; } = 0;
public int? Process_TH5 { get; set; } = 0;
public string? TotalErrorPackageReceiveCount { get; set; } = "0" ;
public string? TotalErrorPackageReceiveCount { get; set; } = "0";
public long GetRoomAirList = 0;
public long SetRCUAir = 0;
public long GetRoomSceneList = 0;
public long SetRCUScene = 0;
public long GetRoomLightList = 0;
public long SetRCULight = 0;
public long GetRoomCurtainList = 0;
public long SetRCUCurtain = 0;
public long GetRoomServiceList = 0;
public long SetRCUService = 0;
public long GetOperationLog = 0;
public long GetRoomMusicList = 0;
public long SetRCUMusic = 0;
public long GetRCUStatus = 0;
public long GetAirDetectList = 0;
public long GetHostFaultList = 0;
public long GetRoomTypeAndModalsList = 0;
public long GetRCUInfoForPDU = 0;
public long GetSessionKey = 0;
public long GetPhoneNumber = 0;
public long GetHotelInfoForWX = 0;
}
}