ac device

This commit is contained in:
mohammad
2024-08-25 19:00:47 +03:00
parent 203627fb31
commit b0854cec45
12 changed files with 362 additions and 3 deletions

View File

@ -31,6 +31,7 @@ class DevicesManagementApi {
path: ApiEndpoints.getDeviceStatus.replaceAll('{uuid}', uuid),
showServerMessage: true,
expectedResponseModel: (json) {
print('json==$json');
return DeviceStatus.fromJson(json);
},
);
@ -63,4 +64,6 @@ class DevicesManagementApi {
return false;
}
}
}