updated delete endpoint for automation

This commit is contained in:
hannathkadher
2025-03-14 13:02:14 +04:00
parent 0d50aa68fa
commit a64a41548f
4 changed files with 24 additions and 15 deletions

View File

@ -164,12 +164,12 @@ abstract class ApiEndpoints {
static const String updateAutomation = '/projects/{projectId}/automations/{automationId}';
static const String updateAutomationStatus =
'/automation/status/{automationId}';
'/projects/{projectId}/automations/{automationId}';
/// DELETE
static const String deleteScene = '/scene/tap-to-run/{sceneId}';
static const String deleteAutomation = '/automation/{automationId}';
static const String deleteAutomation = '/projects/{projectId}/automations/{automationId}';
//////////////////////Door Lock //////////////////////
//online