43802a9fad
refactor: update detection value calculations and adjust parameters for presence delay
2025-04-27 10:57:44 +03:00
6e0b1775f0
fix: reorder constructor parameters for consistency in FlushMountedPresenceSensorControlView
2025-04-27 10:55:18 +03:00
233fb2ee2c
refactor: improve formatting of clamp method for near and far detection values
2025-04-27 10:55:03 +03:00
b26928b3d5
fixed ui bugs.
2025-04-27 10:14:35 +03:00
6fc35a7b9a
enhanced device debouncing to accomodate for multiple calls from the different devices functions calls.
2025-04-27 10:14:19 +03:00
756457927c
removed unnecessary isBatch
flag from FlushMountedPresenceSensorChangeValueEvent
.
2025-04-27 10:13:53 +03:00
f30d7c0117
Merge pull request #158 from SyncrowIOT:bugfix/duplicate-space
...
Bugfix/duplicate-space
2025-04-27 11:13:07 +04:00
976d6e385a
duplicated space
2025-04-27 11:12:03 +04:00
ff07e7509d
fixed the issue in aligning child space
2025-04-26 16:04:41 +04:00
17a582ab99
Merge pull request #157 from SyncrowIOT/SP-1415
2025-04-25 10:50:06 +04:00
09fb604acc
added filtering
2025-04-25 10:49:25 +04:00
2068df173d
Merge pull request #155 from SyncrowIOT/SP-1441-rework-FE-On-routine-creation-page-When-the-user-drags-a-card-that-has-signs-and-selects-a-sign-without-a-number-then-confirms-the-value-appears-to-be-Null
...
Sp 1441 rework fe on routine creation page when the user drags a card that has signs and selects a sign without a number then confirms the value appears to be null
2025-04-24 16:25:39 +03:00
bfc2a381d2
Merge pull request #156 from SyncrowIOT/SP-1464-FE-implement-Batch-Control-Dialog
...
Sp 1464 fe implement batch control dialog
2025-04-24 16:25:17 +03:00
778257644d
reduced debounce duration.
2025-04-24 15:13:10 +03:00
c8e540e938
Remove unnecessary event dispatch in FlushMountedPresenceSensorBlocFactory creation
2025-04-24 14:29:18 +03:00
ba20998067
disabled realtime on batch control.
2025-04-24 14:21:38 +03:00
75b0b24543
Add Flush Mounted Presence Sensor support and update event handling
2025-04-24 14:13:13 +03:00
c03b8f290c
refactor function tap handlers to use RoutineTapFunctionHelper
for improved code reuse and readability, and to remove code duplication.
2025-04-24 10:25:41 +03:00
2c684a9495
SP-1441 rework.
2025-04-23 16:58:50 +03:00
fbc45b465f
Merge pull request #153 from SyncrowIOT/SP-1344-FE-Real-Time-Issues-Ceiling-Sensor-AC-and-Garage-Door-Sensor
...
Refactor widget lifecycle methods for temperature control and presenc…
2025-04-23 16:29:36 +03:00
c9c939c59f
Merge pull request #154 from SyncrowIOT/Add-Flush-Mounted-Presence-Sensor-Single-Control
...
Add flush mounted presence sensor single control
2025-04-23 16:21:17 +03:00
e1a2465130
Fix deviceId assignment in FlushMountedPresenceSensorBlocFactory and update _listenToChanges method for async handling
2025-04-23 13:11:25 +03:00
86164e746a
Refactor FlushMountedPresenceSensorBloc creation to use factory method and streamline dependency injection
2025-04-23 12:15:50 +03:00
4a5176cf22
Refactor presence update data handling for improved precision and scaling
2025-04-23 12:11:13 +03:00
2bb7a6950a
Refactor debounce duration handling in BatchControlDevicesService and ControlDeviceService
2025-04-23 10:52:08 +03:00
46860619a0
Add bloc dependency to pubspec.yaml
2025-04-23 10:48:24 +03:00
d1bb7b129f
Refactor widget lifecycle methods for temperature control and presence sensor
2025-04-23 10:46:56 +03:00
7adce3b94c
Refactor _onFlushMountedPresenceSensorFetchBatchStatusEvent to use final for response variable
2025-04-23 10:44:44 +03:00
91f93d4395
Refactor FlushMountedPresenceSensorBloc to streamline device control logic and remove redundant code
2025-04-23 10:44:11 +03:00
42d6b64e58
Refactor FlushMountedPresenceSensorBloc to replace _runDeBouncer with _controlDevice for handling device control logic
2025-04-23 10:32:49 +03:00
b11d4186fb
Add BatchControlDevicesService integration to FlushMountedPresenceSensorBloc and ControlView
2025-04-23 10:31:26 +03:00
24130be665
organized instances in bloc.
2025-04-23 10:26:55 +03:00
8c960bd5f1
created BatchControlDevicesService
interface.
2025-04-23 10:26:17 +03:00
fb8ccdf0a6
Add FlushMountedPresenceSensorControlView for managing presence sensor settings
2025-04-23 10:24:38 +03:00
1975a1b6f4
created FlushMountedPresenceSensorBloc
, events, and states for device management.
2025-04-23 10:24:14 +03:00
367d6717e7
Refactor PresenceUpdateData
widget to support decimal values.
2025-04-23 10:23:28 +03:00
8c637e40ff
Created FlushMountedPresenceSensorModel
model.
2025-04-23 10:23:00 +03:00
05b3180510
Created ControlDeviceService
interface and its remote and debounced implementation.
2025-04-23 10:22:41 +03:00
177a4711fe
Synced main_dev and main_staging with main.dart
2025-04-22 03:39:27 +03:00
d7a37c6519
Removed flavor from Flutter run and build commands
2025-04-22 03:01:43 +03:00
b901791079
Update Flutter run and build commands, and added main_staging file
2025-04-22 02:33:50 +03:00
5d16555748
Merge pull request #151 from SyncrowIOT/SP-1447-FE-Invalid-Time-Limit-24h-Exceeding-Backend-Max-of-12h
...
SP-1447.
2025-04-21 18:59:57 +03:00
bd15f30b8a
Merge pull request #150 from SyncrowIOT/SP-1440-FE-On-routine-creation-edit-Page-When-saving-a-routine-the-confirmation-pop-up-is-not-identical-to-design
...
Sp 1440 fe on routine creation edit page when saving a routine the confirmation pop up is not identical to design
2025-04-21 18:59:37 +03:00
5f2684bdf4
Merge pull request #152 from SyncrowIOT/SP-702-WEB-Username-Caching-After-Logout-Requires-Screen-Refresh
...
Sp 702 web username caching after logout requires screen refresh
2025-04-21 18:58:57 +03:00
b4ef22ef0a
SP-702/ clears user data on logging out.
2025-04-21 14:23:40 +03:00
d8afb562eb
SP-1447, set the limit of gangs countdown to be 12 hours instead of 24 hours.
2025-04-21 12:07:21 +03:00
67a164e6d2
modified divider color to match figma design.
2025-04-21 10:59:09 +03:00
cf20bdcd42
SP-1440
2025-04-21 10:57:46 +03:00
32b45ea5d7
Merge pull request #149 from SyncrowIOT/SP-1441-FE-On-routine-creation-page-When-the-user-drags-a-card-that-has-signs-and-selects-a-sign-without-a-number-then-confirms-the-value-appears-to-be-Null
...
Sp 1441 fe on routine creation page when the user drags a card that has signs and selects a sign without a number then confirms the value appears to be null
2025-04-21 10:32:38 +03:00
62fb8b3097
SP-1441
2025-04-21 10:28:44 +03:00