fixed autoamtion update

This commit is contained in:
ashraf_personal
2024-12-03 00:29:59 +03:00
parent 2f5c5d7da1
commit c58f2eb24e
5 changed files with 399 additions and 306 deletions

View File

@ -152,7 +152,8 @@ class AutomationAction {
return {
'entityId': entityId,
'actionExecutor': actionExecutor,
'executorProperty': executorProperty?.toMap(),
if (executorProperty != null)
'executorProperty': executorProperty?.toMap(),
'actionType': actionType
};
}