|
c1d9846899
|
Enhance CeilingSensorHelper: Add deviceName and deviceId parameters to sensor functions
|
2025-04-09 15:41:21 +03:00 |
|
|
cd9ed5861a
|
Implemented some operations for the cps feature.
|
2025-04-09 15:40:44 +03:00 |
|
|
c0662bb19e
|
Added assets.
|
2025-04-09 15:23:56 +03:00 |
|
|
5b29228738
|
Merge branch 'dev' of https://github.com/SyncrowIOT/web into SP-1275-FE-Identify-Add-Ceiling-Sensor-Card-to-IF-THEN-Sections
|
2025-04-09 13:21:43 +03:00 |
|
|
c23176706f
|
Merge pull request #136 from SyncrowIOT/SP-1367-FE-Save-Flow-edit-or-delete-the-device-functions
Implementing the Ceiling Sensor in Routine WEB
|
2025-04-09 13:19:53 +03:00 |
|
|
4ea91b9333
|
SP-1276/ Show Configuration Pop-up on Drop.
|
2025-04-09 13:16:36 +03:00 |
|
|
6c691d4b3c
|
displays ceiling sensor in routine
|
2025-04-09 12:46:43 +03:00 |
|
|
387ef99728
|
fix: handle nullable uuid in GatewayModel.fromJson
|
2025-04-09 12:33:20 +03:00 |
|
|
694a5a7dda
|
Refactor GatewayModel.fromJson to use a loop for status parsing instead of firstWhere.
|
2025-04-09 12:32:44 +03:00 |
|
|
c90b9a1912
|
bugfix/ range index errorof automations in routines.
|
2025-04-09 12:24:59 +03:00 |
|
|
7860292276
|
Merge branch 'dev' of https://github.com/SyncrowIOT/web into SP-1367-FE-Save-Flow-edit-or-delete-the-device-functions
|
2025-04-09 12:19:53 +03:00 |
|
|
550acc4953
|
Merge pull request #137 from SyncrowIOT/fix-remove-option-from-then-dialog-routins
add dialogType to devices and add parameter in showSwitchFunctionsDialog
|
2025-04-09 12:18:33 +03:00 |
|
|
fd6b737556
|
Refactor one_gang_switch_dialog.dart to use one_gang_switch instead of ac in function names and variables
|
2025-04-09 12:17:26 +03:00 |
|
|
3d5825adca
|
Merge branch 'SP-1366-FE-Add-Gateway-Device-Card-to-Devices-Section' of https://github.com/SyncrowIOT/web into SP-1367-FE-Save-Flow-edit-or-delete-the-device-functions
|
2025-04-09 11:21:20 +03:00 |
|
|
9c97e2879a
|
Refactor constructor syntax for Gateway functions to use initializer list
|
2025-04-09 10:57:22 +03:00 |
|
|
fda96025e9
|
uncommented code.
|
2025-04-09 10:41:38 +03:00 |
|
|
92aa574944
|
update GatewayMasterState.getOperationalValues to match what the api expects.
|
2025-04-09 10:21:49 +03:00 |
|
|
d08ab8caac
|
add dialogType to devices and add parameter in showSwitchFunctionsDialog
|
2025-04-09 10:09:56 +03:00 |
|
|
774f21a55b
|
Refactor RoutineDevices to consolidate device data preparation in a single map to remove code duplication.
|
2025-04-09 09:59:15 +03:00 |
|
|
9b69ec31e9
|
Refactor RoutineDevices to use a class-level constant for allowed product types.
|
2025-04-09 09:57:18 +03:00 |
|
|
a242377ea6
|
Fully refactored CreateRoutine/Gateway feature.
|
2025-04-09 09:46:45 +03:00 |
|
|
3a0c8edf86
|
SP-1365/ Gateway Functions Popup (for “Then” section).
|
2025-04-08 16:42:31 +03:00 |
|
|
970f7ed16f
|
SP-1365
|
2025-04-08 16:42:12 +03:00 |
|
|
006bd4c8ae
|
SP-1364/ Gateway Conditions Popup (for “If” section)
|
2025-04-08 16:20:22 +03:00 |
|
|
b6752683fd
|
Add Gateway dialog and functions integration
|
2025-04-08 15:08:53 +03:00 |
|
|
b0846b2fef
|
Add Gateway operational value classes and implementations
|
2025-04-08 15:08:33 +03:00 |
|
|
8a244dcd23
|
Created GatewayModel .
|
2025-04-08 15:08:15 +03:00 |
|
|
9d4395e204
|
Added gateway product type to IfContainer .
|
2025-04-08 15:08:01 +03:00 |
|
|
46f318734a
|
Add SVG icons for active bell and gear
|
2025-04-08 15:06:17 +03:00 |
|
|
7accf1d4c8
|
SP-1366- Add Gateway Device Card to Devices Section.
|
2025-04-08 13:07:53 +03:00 |
|
|
c2476b9719
|
Merge pull request #132 from SyncrowIOT/fix_routine_popup_and_wall_sensor_bugs
Fix routine popup and wall sensor bugs
|
2025-04-07 16:43:48 +03:00 |
|
|
a56f4e488e
|
Refactor routine_view_card.dart to adjust the size of the CircularProgressIndicator
Fix routine popup
Update wall_presence_sensor.dart to handle null selectedOperationName
|
2025-04-07 16:42:44 +03:00 |
|
|
6bd9fb7e4e
|
Refactor routine_view_card.dart to adjust the size o
|
2025-04-07 16:22:21 +03:00 |
|
|
d264409d29
|
- Refactor the WpsFunctions class in wps_functions.dart to use 'cm' instead of 'temp' for the description of operational values.
- Update the WallPresenceSensor class in wall_presence_sensor.dart to use the selected operation name
|
2025-04-07 14:27:36 +03:00 |
|
|
ca44f3bf55
|
fix routine popup
|
2025-04-07 12:53:12 +03:00 |
|
|
9949a0a0bf
|
Merge pull request #131 from SyncrowIOT/SP-1281-FE-Save-Display-Configured-Sensor-as-a-Card
save presence state and edit selected value
|
2025-04-07 09:30:38 +03:00 |
|
|
8dc4081a89
|
save presence state and edit selected value
|
2025-04-06 16:38:34 +03:00 |
|
|
52498f4e6b
|
Merge pull request #130 from SyncrowIOT/routine_ui_issue
Refactor SVG icons and update asset paths and fix RoutinesView issues
|
2025-04-06 16:33:49 +03:00 |
|
|
37440f288c
|
Merge branch 'dev' into routine_ui_issue
|
2025-04-06 16:27:34 +03:00 |
|
|
973ae82bec
|
Merge pull request #125 from SyncrowIOT/SP-1271-rework
SP-1271-rework
|
2025-04-06 11:59:46 +03:00 |
|
|
8c4dec4483
|
Merge pull request #129 from SyncrowIOT/SP-1279
add WallPresenceSensor and add new icons for presence state and selec…
|
2025-04-06 11:57:54 +03:00 |
|
|
ad922577da
|
Refactor SVG icons and update asset paths and fix RoutinesView issues
|
2025-04-06 11:28:59 +03:00 |
|
|
49c743befb
|
remove debug print statements
|
2025-04-06 10:04:36 +03:00 |
|
|
4fc259491e
|
add WallPresenceSensor and add new icons for presence state and selected value
|
2025-04-06 09:57:12 +03:00 |
|
|
64f61a6c3d
|
Merged with dev
|
2025-04-06 01:17:30 +03:00 |
|
|
ab3f268f29
|
Added pagination and search logic in space tree
|
2025-04-06 01:14:16 +03:00 |
|
|
b345822366
|
Merge pull request #128 from SyncrowIOT:SP-1200
fixing duplicate issue
|
2025-04-03 10:50:31 +04:00 |
|
|
76793a3c0b
|
Merge branch 'dev' of https://github.com/SyncrowIOT/web into SP-1200
|
2025-04-03 10:48:56 +04:00 |
|
|
c330f11206
|
Merge pull request #127 from SyncrowIOT/SP-1246
updated endpoints for devices
|
2025-04-03 10:23:34 +04:00 |
|
|
9cb62795a6
|
Merge branch 'dev' of https://github.com/SyncrowIOT/web into SP-1246
|
2025-04-03 10:17:06 +04:00 |
|