mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 07:49:40 +00:00
schedule for one gang and two gang and three gange
This commit is contained in:
@ -335,7 +335,6 @@ class DevicesAPI {
|
||||
"enable": enable
|
||||
},
|
||||
expectedResponseModel: (json) {
|
||||
print('object===-=-=-$json');
|
||||
return json['success'];
|
||||
},
|
||||
);
|
||||
@ -346,7 +345,6 @@ class DevicesAPI {
|
||||
required String deviceUuid,
|
||||
required String scheduleId,
|
||||
}) async {
|
||||
print( ApiEndpoints.deleteSchedule.replaceAll('{deviceUuid}', deviceUuid).replaceAll('{scheduleId}', scheduleId));
|
||||
final response = await _httpService.delete(
|
||||
path: ApiEndpoints.deleteSchedule.replaceAll('{deviceUuid}', deviceUuid).replaceAll('{scheduleId}', scheduleId),
|
||||
expectedResponseModel: (json) {
|
||||
|
Reference in New Issue
Block a user