water heater and timer and schedule ui and api ,

Circulate ui and Inching ui
This commit is contained in:
mohammad
2024-09-21 08:53:43 +03:00
parent 42e76f1c6e
commit c3273c729d
5 changed files with 26 additions and 4 deletions

View File

@ -37,7 +37,6 @@ class DevicesAPI {
body: controlModel.toJson(),
showServerMessage: false,
expectedResponseModel: (json) {
print('controlDevice=$json' );
return json;
},
@ -76,8 +75,6 @@ class DevicesAPI {
path: ApiEndpoints.deviceFunctionsStatus.replaceAll('{deviceUuid}', deviceId),
showServerMessage: false,
expectedResponseModel: (json) {
print('json===$json');
return json;
},
);