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

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

@@ -28,12 +28,21 @@ namespace CommonEntity
/// </summary>
public static string BLWLog4BaoJing_RCU_Topic = "blwlog4BaoJing-rcu-udppackage-topic";
/// <summary>
/// 选住使用kafka数据
/// </summary>
public static string BLWLog4XuanZhu_RCU_Topic = "blwlog4XuanZhu-rcu-topic";
/// <summary>
/// 设备动作数据
/// </summary>
public static string UDPPackage_ActionData = "action_change_push";
/// <summary>
/// 设备状态变化数据
/// </summary>
public static string UDPPackageDeviceStatus = "statuschanges";
public static string UDPPackageKey = "blwlog-rcu-topic";
public static string UDPPackageForkSystemKey = "forksystem";