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

This commit is contained in:
puhui999 2025-03-29 21:21:22 +08:00
parent 08c0461a3e
commit 80239e7f26
1 changed files with 9 additions and 1 deletions

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()}
*/