Commit Graph

35 Commits

Author SHA1 Message Date
a37236c8d2 changed titles of devices views, and responsiness of device card. 2025-04-24 12:12:56 +03:00
465a2e3108 curtain wizard & bugs fixes 2024-10-09 14:58:08 +03:00
d9761168e6 bugs fixes 2024-10-03 12:46:56 +03:00
2fb18965f4 Bug fixes 2024-09-29 01:52:17 +03:00
4e345db842 one gang wizard &two Gang wizard & wh wizard 2024-09-26 16:26:39 +03:00
9d8c40e44e bugs fixes 4 2024-09-24 10:35:56 +03:00
dfae04076f Bug fixes 3 2024-09-23 16:33:02 +03:00
429009aefa bug fixes 2 2024-09-23 14:37:07 +03:00
62e80c89a2 Bug fixes 2024-09-23 00:35:07 +03:00
b7f59902cd schedule for one gang and two gang and three gange 2024-09-18 13:19:43 +03:00
d9cd24e7f0 schedule for one gang and two gang and three gange 2024-09-18 13:00:46 +03:00
42b5ff105f schedule for one gang and two gang and three gange 2024-09-18 12:59:28 +03:00
b5842194ff Implement Two-Gang & One-Gang 2024-09-12 16:59:03 +03:00
a67fd44f32 Fixed the three gang performance issue 2024-07-14 02:01:36 +03:00
f2dc9cc11c Fixed design issues 2024-07-04 10:26:18 +03:00
038ed680dd pull to refresh 2024-07-03 16:48:46 +03:00
288ea6a1e2 Bug fixes 2024-06-30 15:10:01 +03:00
4b09259a47 Bug fixes 2024-06-26 23:33:01 +03:00
d4f4cfa1ba Added latest changes and solved the conflicts 2024-06-26 22:46:29 +03:00
61c225af45 Implemented devices groups 2024-06-26 22:30:56 +03:00
ea4dc852f8 update devices 2024-06-26 11:53:32 +03:00
28678be844 Fixed timer issue 2024-06-23 02:34:10 +03:00
073b7445d9 Implemented 3 gange count down timer 2024-06-13 10:38:49 +03:00
76f5c6d325 bug fixes and read sensors states 2024-06-06 11:14:25 +03:00
44b08c482d Implemented ceiling, wall sensors functionality 2024-05-22 23:55:35 +03:00
008ba8be32 Added three gang bloc, event, state, and model 2024-05-21 01:51:53 +03:00
fbe2f5fe53 !! BIG CHANGE TO ASSETS GEN !!
changed the method of generating assets to be more declrative when it comes to names of the assets.

it now include the file path name e.g (asset in the path "assets/images/home-images/home.png" will be generated as this "String assetsImagesHomeImageshome = "path" ".

this will be very helpful in the future when we want to orgnize the assets dir.
2024-05-07 12:26:12 +03:00
f8358a0877 Updated the API Endpoints, API Calls, Data Models and cubits to the lateset changes from the backend 2024-04-29 10:00:58 +03:00
65112976b2 Update device control logic for three gang interface
Refactor onTap functions in ThreeGangInterfaceBody to control all three switches
simultaneously based on the user interaction. Split the logic for turning on and
off the switches into separate functions for better readability and maintenance.
2024-04-04 01:18:02 +03:00
245ab82208 Refactor GangSwitch widget and ThreeGangInterfaceBody
Refactor GangSwitch widget and ThreeGangInterfaceBody for better readability
and maintainability. Update widget structure and logic for improved
functionality and code organization.
2024-04-04 01:14:55 +03:00
bff4b9493c Refactor device control logic and add temperature and fan speed enums
- Refactor device control logic in the app to improve readability and maintainability.
- Add temperature modes (hot, cold, wind) and fan speeds (auto, low, middle, high) enums.
- Update icon mappings and utility functions for temperature modes and fan speeds.
2024-04-03 18:54:21 +03:00
127d3a0295 Refactor code structure and update dependencies
Clean up code structure, remove unused imports, and update dependencies.
No functional changes made, only code organization improvements.
2024-04-03 01:55:50 +03:00
ef41940333 Add support for different device types in RoomPageSwitch
-Update the navigation approch to be device type orianted to the corresponding interface when tapped.
-Add three gang switch interface and related components
2024-04-02 15:45:21 +03:00
1397778123 Refacorted imports 2024-04-01 12:17:18 +03:00
3031d19836 Add three gang widgets for controlling three different switches
- Added ThreeGangBody, ThreeGangSwitch, and ThreeGangSwitchesView widgets
  for controlling three different switches in the UI.
- Updated constants file with functions for ThreeGang device type.
2024-04-01 09:56:55 +03:00