push ceiling sensor batch control

This commit is contained in:
ashrafzarkanisala
2024-09-18 13:15:43 +03:00
parent abb0a58468
commit fd09db6835
7 changed files with 132 additions and 24 deletions

View File

@ -79,7 +79,7 @@ class DevicesManagementApi {
body: body,
showServerMessage: true,
expectedResponseModel: (json) {
return json['success'] ?? false;
return (json['successResults'] as List).isNotEmpty ;
},
);