【功能完善】IoT: 场景联动

This commit is contained in:
puhui999
2025-03-29 20:27:38 +08:00
parent 4eb7188ecf
commit f46540759f
7 changed files with 250 additions and 238 deletions

View File

@@ -58,7 +58,8 @@ interface TenantBaseDO {
// 触发条件参数
interface TriggerConditionParameter {
identifier: string // 标识符(属性、事件、服务)
identifier0: string // 标识符(事件、服务)
identifier: string // 标识符(属性)
operator: string // 操作符
value: string // 比较值
}