MQTT通讯联调

This commit is contained in:
2023-08-09 20:31:51 +08:00
parent b32cf6c486
commit 123fdf4f04
12 changed files with 70 additions and 16 deletions

View File

@@ -1,7 +1,5 @@
package com.njcn.csdevice.enums;
import lombok.Getter;
/**
* Description:
* Date: 2023/8/7 19:27【需求编号】
@@ -24,4 +22,12 @@ public interface DeviceOperate {
String DELETE_1 ="设备删除";
String CANCELSHARE ="取消分享";
String JUDGE_ONLINE = "校验设备在线情况";
String DEVICE_REGISTER = "设备注册";
String DEVICE_ACCESS = "设备接入";
}