mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
8 lines
185 B
Dart
8 lines
185 B
Dart
abstract interface class BatchControlDevicesService {
|
|
Future<bool> batchControlDevices({
|
|
required List<String> uuids,
|
|
required String code,
|
|
required Object value,
|
|
});
|
|
}
|