mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
created BatchControlDevicesService
interface.
This commit is contained in:
7
lib/services/batch_control_devices_service.dart
Normal file
7
lib/services/batch_control_devices_service.dart
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
abstract interface class BatchControlDevicesService {
|
||||||
|
Future<bool> batchControlDevices({
|
||||||
|
required List<String> uuids,
|
||||||
|
required String code,
|
||||||
|
required Object value,
|
||||||
|
});
|
||||||
|
}
|
Reference in New Issue
Block a user