【功能完善】IoT: 场景联动触发条件参数

This commit is contained in:
puhui999
2025-03-29 21:21:22 +08:00
parent 08c0461a3e
commit 80239e7f26

View File

@@ -144,8 +144,16 @@ public class IotRuleSceneDO extends TenantBaseDO {
@Data
public static class TriggerConditionParameter {
// TODO @芋艿: identifier0 存事件和服务的 identifier 属性的情况 identifier0 就为 null 解决前端回显问题
/**
* 标识符(属性、事件、服务)
* 标识符(事件、服务)
*
* 关联 {@link IotThingModelDO#getIdentifier()}
*/
private String identifier0;
/**
* 标识符(属性)
*
* 关联 {@link IotThingModelDO#getIdentifier()}
*/