diff --git a/lib/features/devices/view/widgets/ceiling_sensor/ceiling_sensor_interface.dart b/lib/features/devices/view/widgets/ceiling_sensor/ceiling_sensor_interface.dart index ce3ee94..1a29914 100644 --- a/lib/features/devices/view/widgets/ceiling_sensor/ceiling_sensor_interface.dart +++ b/lib/features/devices/view/widgets/ceiling_sensor/ceiling_sensor_interface.dart @@ -332,7 +332,7 @@ class CeilingSensorInterface extends StatelessWidget { title: title.toString(), sensor: ceilingSensor, value: model.sensitivity, - min: 0, + min: 1, max: 10, )); if (result != null) { diff --git a/pubspec.yaml b/pubspec.yaml index b60a986..89f008e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: This is the mobile application project, developed with Flutter for # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 1.0.27+64 +version: 1.0.30+1 environment: sdk: ">=3.0.6 <4.0.0"