mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
organized instances in bloc.
This commit is contained in:
@ -17,10 +17,9 @@ part 'flush_mounted_presence_sensor_state.dart';
|
||||
class FlushMountedPresenceSensorBloc
|
||||
extends Bloc<FlushMountedPresenceSensorEvent, FlushMountedPresenceSensorState> {
|
||||
final String deviceId;
|
||||
late FlushMountedPresenceSensorModel deviceStatus;
|
||||
|
||||
final ControlDeviceService controlDeviceService;
|
||||
|
||||
late FlushMountedPresenceSensorModel deviceStatus;
|
||||
FlushMountedPresenceSensorBloc({
|
||||
required this.deviceId,
|
||||
required this.controlDeviceService,
|
||||
|
Reference in New Issue
Block a user