bugs fixes

This commit is contained in:
mohammad
2024-10-10 10:00:48 +03:00
parent 82f08ddcd8
commit 40ee207623
8 changed files with 55 additions and 62 deletions

View File

@ -39,7 +39,6 @@ class DevicesAPI {
body: controlModel.toJson(),
showServerMessage: true,
expectedResponseModel: (json) {
print(json);
return json;
},
);
@ -70,7 +69,6 @@ class DevicesAPI {
}
static Future<Map<String, dynamic>> getDeviceStatus(String deviceId) async {
print(deviceId);
final response = await _httpService.get(
path: ApiEndpoints.deviceFunctionsStatus
.replaceAll('{deviceUuid}', deviceId),