mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-26 11:14:55 +00:00
Add 'PC' device to routine
This commit is contained in:
@ -242,7 +242,8 @@ class ThenContainer extends StatelessWidget {
|
||||
'GW',
|
||||
'CPS',
|
||||
"NCPS",
|
||||
"WH"
|
||||
"WH",
|
||||
'PC',
|
||||
].contains(mutableData['productType'])) {
|
||||
context.read<RoutineBloc>().add(AddToThenContainer(mutableData));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user