push living room status

This commit is contained in:
ashrafzarkanisala
2024-08-25 04:03:46 +03:00
parent 2597cdc311
commit a1ebb930a2
95 changed files with 2283 additions and 86 deletions

View File

@ -103,6 +103,6 @@ class AuthenticationAPI {
.map((zone) => RegionModel.fromJson(zone))
.toList();
});
return response as List<RegionModel>;
return response;
}
}