mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 09:19:40 +00:00
push scene devices body with blocs. need to drop the future builder - enhancment
This commit is contained in:
@ -35,7 +35,10 @@ class GetDeviceStatusError extends DevicesState {
|
||||
|
||||
class GetDevicesLoading extends DevicesState {}
|
||||
|
||||
class GetDevicesSuccess extends DevicesState {}
|
||||
class GetDevicesSuccess extends DevicesState {
|
||||
GetDevicesSuccess(this.devices);
|
||||
final List<DeviceModel>? devices;
|
||||
}
|
||||
|
||||
class GetDevicesError extends DevicesState {
|
||||
final String errorMsg;
|
||||
|
Reference in New Issue
Block a user