Commit Graph

58 Commits

Author SHA1 Message Date
b8b6ec67c7 setting 2024-09-30 17:30:16 +03:00
fed39b7198 setting 2024-09-30 17:02:31 +03:00
c4ff19d471 one touch 2024-09-29 16:06:05 +03:00
4e345db842 one gang wizard &two Gang wizard & wh wizard 2024-09-26 16:26:39 +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
d97efe229d door sensor 2024-09-22 17:27:29 +03:00
58e13da887 door sensor 2024-09-22 15:32:47 +03:00
c3273c729d water heater and timer and schedule ui and api ,
Circulate ui and Inching ui
2024-09-21 08:53:43 +03:00
f0feb4021f water heater and timer and schedule ui and api ,
Circulate ui and Inching ui
2024-09-20 11:50:39 +03:00
42b5ff105f schedule for one gang and two gang and three gange 2024-09-18 12:59:28 +03:00
ddaf36797d two gang schedule 2024-09-15 16:48:16 +03:00
46662b5bac Implement Two-Gang & One-Gang 2024-09-15 10:15:37 +03:00
b5842194ff Implement Two-Gang & One-Gang 2024-09-12 16:59:03 +03:00
611c515173 Updated icons and bug fixes 2024-08-21 16:10:57 +03:00
8e104aeea7 Read devices status from Firebase realtime database 2024-08-12 12:32:20 +03:00
0ef2f3b866 door lock password update 2024-08-06 14:58:06 +03:00
5eee0a2bfd Merged with SP-203 2024-07-25 14:15:06 +03:00
9f68e4695f add autoamtion tasks 2024-07-22 23:56:33 +03:00
980d1017eb Improved the performance of the AC device 2024-07-21 02:10:04 +03:00
a67fd44f32 Fixed the three gang performance issue 2024-07-14 02:01:36 +03:00
288ea6a1e2 Bug fixes 2024-06-30 15:10:01 +03:00
e8184c00ff CreateTemporaryPassword 2024-06-29 23:38:52 +03:00
61c225af45 Implemented devices groups 2024-06-26 22:30:56 +03:00
0eea5242e1 Added smart door bloc 2024-05-23 02:45:31 +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
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
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
506068474b Add FunctionType enum and ValueModel class
- Added FunctionType enum with values Boolean, Enum, Integer, Raw, String.
- Introduced ValueModel class to handle unit, min, max, scale, and step values
  for functions in FunctionModel.
2024-04-21 16:13:51 +03:00
13bfcdfb4d Update device icons and refactor AC interface widget
- Update device icons to match new design requirements
- Refactor AC interface widget to use a more descriptive variable name
- Implement temperature control functionality in AC interface widget
2024-04-04 00:38:27 +03:00
6577652702 Refactor AC mode control unit widget
Move fan speed and temperature mode logic to the DevicesCubit for better
separation of concerns and improved code readability. Update widget to use
BlocBuilder for state management and simplify control logic.
2024-04-03 18:53:54 +03:00
e49627d3e1 Add status model and fetch device statuses
Added a new StatusModel class to represent device statuses and implemented
functionality to fetch and update device statuses in the DevicesCubit and
DeviceModel classes. Also updated UI components to display device status
information.
2024-04-03 11:07:55 +03:00
9cc479ba17 Refactor email and password validation logic in LoginForm widget
Update email and password validation logic in the LoginForm widget to only
perform validation when the state is not AuthTokenError. This ensures that
validation is skipped when there is an authentication token error.
2024-04-02 18:09:23 +03:00
81625cd50e Add device icons based on device type and update network exception handling
- Add logic to set device icons based on device type in DeviceModel.fromJson method
- Update network exception handling to parse HTML response in ServerFailure class
- Add html package as a dependency for parsing HTML responses
-Added Devices Icons by updateing device types mapping
2024-04-02 15:11:20 +03:00
5dc4f96a71 Add functionality to fetch devices by room ID
Added a new method in DevicesCubit to fetch devices by room ID and updated
related classes and API calls to support this functionality.
2024-04-02 12:12:54 +03:00
a20dfa3709 Refactor device status handling and update UI components
- Update device status handling from 'status' to 'isOnline' for consistency
- Remove unused imports and redundant code related to light switches
- Refactor UI components to use 'isOnline' instead of 'status' for device status
2024-04-01 09:58:51 +03:00
13e80fbad7 fetch groups 2024-03-18 11:46:27 +03:00
65cbf10485 temp 2024-03-17 09:38:26 +03:00
00d1ad50f1 built 3 gang switch View 2024-03-14 00:38:00 +03:00
024f15728b getting spaces and rooms from api {null checks} 2024-03-13 13:52:22 +03:00
f8e8591d13 Implemented room device interface
(AC only)
2024-03-07 14:53:13 +03:00
b3fcca639a Removed location from models
Added the spaces models
Added the rooms models
Added the Spaces cubit
Implemented the home dropdown functionality
2024-03-06 21:34:23 +03:00
5a9c96b0a8 Built Curtains List view
Modified Category Model(default value of devices status is now null)
Added a category getter in each devices cubit ( AcCubit, LightsCubit ...)
2024-03-05 12:36:57 +03:00
282739acf7 Added ac bounds in model
implemented bounds in AC Temp controls
2024-03-04 15:55:02 +03:00
7ecac02a8a light interface 2024-03-04 14:38:48 +03:00
24ccb243d4 fixed Universal AC temperature control 2024-03-03 16:17:00 +03:00
4cfae85f9c implemented light brightness slider
optimised state emit to only emit when change is detected
2024-03-03 15:00:13 +03:00