mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-20 12:05:35 +00:00
fixed autoamtion update
This commit is contained in:
@ -152,7 +152,8 @@ class AutomationAction {
|
||||
return {
|
||||
'entityId': entityId,
|
||||
'actionExecutor': actionExecutor,
|
||||
'executorProperty': executorProperty?.toMap(),
|
||||
if (executorProperty != null)
|
||||
'executorProperty': executorProperty?.toMap(),
|
||||
'actionType': actionType
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user