refactor: update presence delay value and enhance request handling in DebouncedBatchControlDevicesService

This commit is contained in:
Faris Armoush
2025-04-27 11:04:54 +03:00
parent 43802a9fad
commit 3193fd26fe
2 changed files with 22 additions and 12 deletions

View File

@ -109,7 +109,7 @@ class FlushMountedPresenceSensorBatchControlView extends StatelessWidget
),
),
PresenceUpdateData(
value: model.presenceDelay.toDouble(),
value: model.sensiReduce.toDouble(),
title: 'Trigger Level:',
minValue: 0,
maxValue: 3,