Fixed bugs in automation

This commit is contained in:
hannathkadher
2024-11-05 00:52:38 +04:00
parent ff31c54e7b
commit 7d51ca1f12
6 changed files with 11 additions and 12 deletions

View File

@ -233,8 +233,7 @@ class SceneApi {
try {
final response = await _httpService.delete(
path: ApiEndpoints.deleteAutomation
.replaceAll('{automationId}', automationId)
.replaceAll('{unitUuid}', unitUuid),
.replaceAll('{automationId}', automationId),
showServerMessage: false,
expectedResponseModel: (json) => json['statusCode'] == 200,
);