给选住增加 设备变化推送接口
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user