feat:【IoT 物联网】实现“数据流转”功能的执行(80%)

This commit is contained in:
YunaiV
2025-06-26 09:58:34 +08:00
parent 2a04bdc3fe
commit ea1f0cb462
20 changed files with 296 additions and 172 deletions

View File

@@ -7,6 +7,7 @@ import lombok.RequiredArgsConstructor;
/**
* IoT 设备消息标识符枚举
*/
@Deprecated
@Getter
@RequiredArgsConstructor
public enum IotDeviceMessageIdentifierEnum {

View File

@@ -40,9 +40,7 @@ public enum IotRuleSceneActionTypeEnum implements ArrayValuable<Integer> {
@Deprecated
ALERT(2), // 告警执行
@Deprecated
DATA_BRIDGE(3); // 桥接执行
;
private final Integer type;