给宝镜增加新的功能字段, PMS系统数据格式 更新

给宝镜推送 新功能,增加  RCU离 在线的功能
This commit is contained in:
2026-01-12 15:37:04 +08:00
parent 910c13953e
commit a4b847ed80
10 changed files with 185 additions and 43 deletions

View File

@@ -125,6 +125,9 @@ namespace CommonEntity
public static string WebChatDeviceFault = "WXFault";
public static string DuOSToken = "DuOSToken";
public static string XuanZhuKafka = "XZ_DeviceStatusChange";
public static string FaultKey_ = "FaultKey_";
public static string ServerStartTime = "ServerStartTime";
}
public class ChangLiangValue
{

View File

@@ -233,7 +233,27 @@ namespace CommonEntity
public string Mac { get; set; }
public string EndPoint { get; set; }
public string Version { get; set; }
/// <summary>
/// 这个叫是否 取电 取断电状态
/// </summary>
public bool IsTakeCard { get; set; }
/// <summary>
///短离长离
///我们这里叫卡事件
/// </summary>
public ushort CardEvent { get; set; }
/// <summary>
/// 卡身份
/// </summary>
public ushort CardID { get; set; }
/// <summary>
/// PMS 状态
/// </summary>
public string PMS_Status { get; set; }
public int CarbonVIP { get; set; }
public double V { get; set; }
public double A { get; set; }