Commit 69bf63114a1de731cf1375ce2177fde0c4c20b74
1 parent
aa402d4f
fix: DEFECT-977 linkedge echo trigger condition not set deviceType field
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -240,6 +240,7 @@ |
240 | 240 | unref(skipUnwrap.triggerItemRefs)[index].setFieldsFormValueFun({ |
241 | 241 | triggered: trigger?.triggerCondition?.condition?.spec?.type, |
242 | 242 | device: trigger?.entityType, |
243 | + deviceType: trigger?.deviceType, | |
243 | 244 | triggerType: trigger?.triggerType, |
244 | 245 | type1: trigger?.triggerCondition?.condition?.condition[0]?.key?.type, |
245 | 246 | type2: trigger?.triggerCondition?.condition?.condition[0]?.key?.key, | ... | ... |