feat:【IoT 物联网】实现“数据流转”功能的执行(80%)
This commit is contained in:
@@ -7,6 +7,7 @@ import lombok.RequiredArgsConstructor;
|
||||
/**
|
||||
* IoT 设备消息标识符枚举
|
||||
*/
|
||||
@Deprecated
|
||||
@Getter
|
||||
@RequiredArgsConstructor
|
||||
public enum IotDeviceMessageIdentifierEnum {
|
||||
|
||||
@@ -40,9 +40,7 @@ public enum IotRuleSceneActionTypeEnum implements ArrayValuable<Integer> {
|
||||
|
||||
@Deprecated
|
||||
ALERT(2), // 告警执行
|
||||
|
||||
@Deprecated
|
||||
DATA_BRIDGE(3); // 桥接执行
|
||||
;
|
||||
|
||||
private final Integer type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user