Commit Graph

26 Commits

Author SHA1 Message Date
13757d89ee Merged with dev 2025-02-26 12:17:57 +03:00
2dc4e16a75 connect all devices to real-time and change the channel function 2025-02-16 14:54:39 +03:00
9897c19dad fixes bugs and add project id staging 2025-02-10 10:26:02 +03:00
c578d63134 all_devices and Restrict_user 2025-01-29 14:10:38 +03:00
80d2651370 scene and automation has been updated 2024-10-31 10:19:38 +04: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
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
76f5c6d325 bug fixes and read sensors states 2024-06-06 11:14:25 +03:00
008ba8be32 Added three gang bloc, event, state, and model 2024-05-21 01:51:53 +03:00
7d4ce7f7b3 Implemented Acs functions and fixed design issue 2024-05-21 00:13:27 +03:00
4257d69768 Implemented Ac functionality, and bug fixes 2024-05-20 02:40:50 +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
cc6b68e338 Update device interfaces and add new doors list view widget
- Add a new widget 'DoorsListView' for displaying a list of smart doors
- Update the navigation method to devices interfaces in 'RoomPageSwitch' widget
- Add battery and doorlock icons to auto generated assets
2024-04-16 14:53:43 +03:00
696ff25b6a Update import paths from relative to abslute path accross the entire application. 2024-04-07 12:57:26 +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
c0bfd24751 Refactor device-related views and add error handling
Refactor device-related views to improve code structure and readability.
Add error handling for authentication token in the splash view.
Remove unnecessary NavCubit from the app initialization.
2024-03-21 13:58:20 +03:00
65cbf10485 temp 2024-03-17 09:38:26 +03:00
f11b6d8d32 Added page swipe for navigation 2024-03-10 16:57:12 +03:00
a9fdb2fc76 modified UI padding handling approach
added auth API endpoints
initialized curtains view for further development
2024-03-05 11:18:08 +03:00
33b7149dde fixed padding bug
fixed AC interface routing issue
2024-03-04 17:10:34 +03:00
d9a3f9e2a0 code refactoring 2024-03-03 19:07:24 +03:00
bcaed7a4b8 Converted all the devices models to extends from DeviceModel for the purpose of unifying.
Initialized Lights feature.
2024-03-02 21:57:11 +03:00
4ee5426e9c Implemented AC Interface 2024-02-29 12:11:39 +03:00