Commit 69bf63114a1de731cf1375ce2177fde0c4c20b74

Authored by ww
1 parent aa402d4f

fix: DEFECT-977 linkedge echo trigger condition not set deviceType field

@@ -240,6 +240,7 @@ @@ -240,6 +240,7 @@
240 unref(skipUnwrap.triggerItemRefs)[index].setFieldsFormValueFun({ 240 unref(skipUnwrap.triggerItemRefs)[index].setFieldsFormValueFun({
241 triggered: trigger?.triggerCondition?.condition?.spec?.type, 241 triggered: trigger?.triggerCondition?.condition?.spec?.type,
242 device: trigger?.entityType, 242 device: trigger?.entityType,
  243 + deviceType: trigger?.deviceType,
243 triggerType: trigger?.triggerType, 244 triggerType: trigger?.triggerType,
244 type1: trigger?.triggerCondition?.condition?.condition[0]?.key?.type, 245 type1: trigger?.triggerCondition?.condition?.condition[0]?.key?.type,
245 type2: trigger?.triggerCondition?.condition?.condition[0]?.key?.key, 246 type2: trigger?.triggerCondition?.condition?.condition[0]?.key?.key,