新增 相机主动发送订阅消息处理方法

This commit is contained in:
Lemon
2024-02-28 15:28:53 +08:00
parent a7f31a23d2
commit b60642d466
4 changed files with 59 additions and 17 deletions

View File

@@ -212,6 +212,16 @@ public class CacheConstants {
*/
public static final String CAMERA_HEARTBEAT = "CAMERA_HEARTBEAT_IP:";
/**
* 发送降锁指令
*/
public static final String SEND_DROP_LOCK_COMMOND = "CONTROLLED_LOCK_DROP_LOCK_COMMAND:";
/**
* 相机设备回复
*/
public static final String GROUND_LOCK_DEVICE_REPORT = "GROUND_LOCK_DEVICE_REPORT:";
/**
* 相机设备 sn 和 channelId 进行绑定
*/