mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
push ceiling sensor batch control
This commit is contained in:
@ -79,7 +79,7 @@ class DevicesManagementApi {
|
||||
body: body,
|
||||
showServerMessage: true,
|
||||
expectedResponseModel: (json) {
|
||||
return json['success'] ?? false;
|
||||
return (json['successResults'] as List).isNotEmpty ;
|
||||
},
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user