mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-14 09:17:23 +00:00
six scene
This commit is contained in:
@ -189,6 +189,7 @@ class DevicesAPI {
|
||||
path: ApiEndpoints.deviceByUuid.replaceAll('{deviceUuid}', deviceId),
|
||||
showServerMessage: false,
|
||||
expectedResponseModel: (json) {
|
||||
print('json==$json');
|
||||
return json;
|
||||
});
|
||||
return response;
|
||||
|
Reference in New Issue
Block a user