mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-11 15:47:44 +00:00
push wall sensor batch control
This commit is contained in:
@ -66,12 +66,3 @@ class ShowCeilingDescriptionState extends CeilingSensorState {
|
||||
@override
|
||||
List<Object> get props => [description];
|
||||
}
|
||||
|
||||
class CeilingBatchControlSuccessState extends CeilingSensorState {
|
||||
final CeilingSensorModel ceilingSensorModel;
|
||||
|
||||
const CeilingBatchControlSuccessState({required this.ceilingSensorModel});
|
||||
|
||||
@override
|
||||
List<Object> get props => [ceilingSensorModel];
|
||||
}
|
||||
|
Reference in New Issue
Block a user