mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
新增 netty整合mqtt协议,与车位相机通讯并保存通讯信息
This commit is contained in:
@@ -199,6 +199,16 @@ public class CacheConstants {
|
||||
*/
|
||||
public static final String CAMERA_IMAGE_BY_PLATE_NUMBER = "CAMERA_IMAGE_BY_PLATE_NUMBER_";
|
||||
|
||||
/**
|
||||
* 相机心跳数据
|
||||
*/
|
||||
public static final String CAMERA_HEARTBEAT = "CAMERA_HEARTBEAT_";
|
||||
|
||||
/**
|
||||
* 相机设备 sn 和 channelId 进行绑定
|
||||
*/
|
||||
public static final String MQTT_CONNECT_CHANNEL = "MQTT_CONNECT_CHANNEL_";
|
||||
|
||||
/**
|
||||
* 桩硬件故障
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user