MQTT通讯联调
This commit is contained in:
@@ -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 = "设备接入";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user