增加日志推送,增加房态变化的时候 断电功能

This commit is contained in:
2026-02-03 08:53:47 +08:00
parent e4610f1ffa
commit 1d77141ffe
21 changed files with 229 additions and 26 deletions

View File

@@ -440,5 +440,9 @@ namespace Domain
///// </summary>
//public virtual string TCLAppSecret { get; set; }
public virtual string ETV_HotelID { get; set; }
public virtual int SwitchRoomStatus_PowerOff2 { get; set; }
public virtual int SwitchRoomStatus_PowerOff4 { get; set; }
public virtual int SwitchRoomStatus_PowerOff8 { get; set; }
public virtual int SwitchRoomStatus_PowerOff16 { get; set; }
}
}