add autoamtion tasks

This commit is contained in:
ashrafzarkanisala
2024-07-22 23:56:33 +03:00
parent 033f33683c
commit 9f68e4695f
14 changed files with 745 additions and 1905 deletions

View File

@ -12,7 +12,7 @@ class SceneApi {
try {
final response = await _httpService.post(
path: ApiEndpoints.createScene,
body: createSceneModel.toJson(),
body: createSceneModel.toMap(),
showServerMessage: false,
expectedResponseModel: (json) {
return json;