power_clamp_chart_functionality

This commit is contained in:
mohammad
2024-10-23 16:38:40 +03:00
parent 91ba2bad78
commit 600ed7992d
9 changed files with 1095 additions and 485 deletions

View File

@ -383,6 +383,7 @@ class DevicesAPI {
.replaceAll('{startTime}', startTime)
.replaceAll('{endTime}', endTime),
expectedResponseModel: (json) {
log('json=====$json');
return DeviceReport.fromJson(json);
},
);