mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 23:27:31 +00:00
add space name to get automations endpoint
This commit is contained in:
@ -260,6 +260,8 @@ export class AutomationService {
|
|||||||
name: automationDetails.result.name,
|
name: automationDetails.result.name,
|
||||||
status: automationDetails.result.status,
|
status: automationDetails.result.status,
|
||||||
type: AUTOMATION_TYPE,
|
type: AUTOMATION_TYPE,
|
||||||
|
spaceId: automation.space.uuid,
|
||||||
|
spaceName: automation.space.spaceName,
|
||||||
};
|
};
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.warn(
|
console.warn(
|
||||||
|
Reference in New Issue
Block a user