mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 08:34:54 +00:00
changed endpoint for create automation endpoint
This commit is contained in:
@ -144,7 +144,7 @@ abstract class ApiEndpoints {
|
||||
/// POST
|
||||
static const String createScene = '/scene/tap-to-run';
|
||||
static const String triggerScene = '/scene/tap-to-run/{sceneId}/trigger';
|
||||
static const String createAutomation = '/automation';
|
||||
static const String createAutomation = '/projects/{projectId}/automations';
|
||||
|
||||
/// GET
|
||||
static const String getUnitScenes =
|
||||
|
||||
Reference in New Issue
Block a user