mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 14:14:54 +00:00
updated endpoint for getting automation by id
This commit is contained in:
@ -156,7 +156,7 @@ abstract class ApiEndpoints {
|
||||
static const String getUnitAutomation = '/projects/{projectId}/communities/{communityId}/spaces/{unitUuid}/automations';
|
||||
|
||||
static const String getAutomationDetails =
|
||||
'/automation/details/{automationId}';
|
||||
'/projects/{projectId}/automations/{automationId}';
|
||||
|
||||
/// PUT
|
||||
static const String updateScene = '/scene/tap-to-run/{sceneId}';
|
||||
|
||||
Reference in New Issue
Block a user