This commit is contained in:
xingyu4j
2025-10-13 10:17:19 +08:00
parent 5f88a54d60
commit 4c4cd57ef0
27 changed files with 857 additions and 818 deletions

View File

@@ -90,6 +90,7 @@ export interface TriggerCondition {
operator?: string;
value?: any;
type?: string;
param?: string;
}
/** IoT 场景联动规则动作 */