garage Alarm

This commit is contained in:
mohammad
2024-10-08 13:06:32 +03:00
parent e5af727144
commit f2172bd6e8
6 changed files with 289 additions and 33 deletions

View File

@ -38,6 +38,7 @@ class DevicesAPI {
body: controlModel.toJson(),
showServerMessage: true,
expectedResponseModel: (json) {
print(json);
return json;
},
);