mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 20:14:55 +00:00
push batch door sensor, design bugs
This commit is contained in:
@ -73,7 +73,7 @@ class CeilingSensorBatchControlView extends StatelessWidget
|
||||
value: model.sensitivity.toDouble(),
|
||||
title: 'Sensitivity:',
|
||||
minValue: 1,
|
||||
maxValue: 5,
|
||||
maxValue: 10,
|
||||
steps: 1,
|
||||
action: (int value) {
|
||||
context.read<CeilingSensorBloc>().add(
|
||||
|
||||
@ -112,7 +112,7 @@ class CeilingSensorControlsView extends StatelessWidget
|
||||
value: model.sensitivity.toDouble(),
|
||||
title: 'Sensitivity:',
|
||||
minValue: 1,
|
||||
maxValue: 5,
|
||||
maxValue: 10,
|
||||
steps: 1,
|
||||
action: (int value) {
|
||||
context.read<CeilingSensorBloc>().add(
|
||||
|
||||
Reference in New Issue
Block a user