feat:【IoT 物联网】移除 DataBridgeAction.vue

This commit is contained in:
YunaiV
2025-06-25 21:48:35 +08:00
parent b5bd1a8fb4
commit dfb0501e09
4 changed files with 3 additions and 53 deletions

View File

@@ -10,8 +10,7 @@ const IotRuleSceneTriggerTypeEnum = {
const IotRuleSceneActionTypeEnum = {
DEVICE_CONTROL: 1, // 设备执行
ALERT: 2, // 告警执行
DATA_BRIDGE: 3 // 桥接执行
ALERT: 2 // 告警执行
} as const
const IotDeviceMessageTypeEnum = {
@@ -104,7 +103,6 @@ interface ActionConfig {
type: number // 执行类型
deviceControl?: ActionDeviceControl // 设备控制
alert?: ActionAlert // 告警执行
dataBridgeId?: number // 数据流转目的编号
}
// 主接口