mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 09:04:56 +00:00
add device type comes from products
This commit is contained in:
@ -74,6 +74,7 @@ class CreateCommunityEvent extends SpaceManagementEvent {
|
||||
List<Object> get props => [name, description, regionId];
|
||||
}
|
||||
|
||||
class FetchProductsEvent extends SpaceManagementEvent {}
|
||||
|
||||
class LoadSpaceHierarchyEvent extends SpaceManagementEvent {
|
||||
final String communityId;
|
||||
@ -82,4 +83,4 @@ class LoadSpaceHierarchyEvent extends SpaceManagementEvent {
|
||||
|
||||
@override
|
||||
List<Object> get props => [communityId];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user