|
a6a96067e4
|
Merge pull request #161 from SyncrowIOT/change-behavior-for-delete-scene-switch
Add endpoint to delete scenes by device UUID and switch name
|
2024-11-27 03:23:13 -06:00 |
|
|
4d2257a3e3
|
Add endpoint to delete scenes by device UUID and switch name
|
2024-11-27 03:17:56 -06:00 |
|
|
f869f9a511
|
Merge pull request #160 from SyncrowIOT/fix-scene-delete-issue
Add SceneDeviceRepository and update deleteScene method
|
2024-11-27 00:30:34 -06:00 |
|
|
bae48c02fe
|
Add SceneDeviceRepository and update deleteScene method
|
2024-11-26 22:26:46 -06:00 |
|
|
b15a5ac691
|
Merge pull request #159 from SyncrowIOT/fix-scene-when-empty-issue
Remove unnecessary check for scenesData length
|
2024-11-26 00:12:58 -06:00 |
|
|
13983d61aa
|
Remove unnecessary check for scenesData length
|
2024-11-25 19:29:07 -06:00 |
|
|
691b6546a1
|
Merge pull request #158 from SyncrowIOT/fix-get-scenes-by-space-issue
Update `getScene` method to accept `sceneUuid` and use it for spaceId
|
2024-11-25 01:40:33 -06:00 |
|
|
06c10c39ee
|
Include space relation in scene query
|
2024-11-25 01:11:51 -06:00 |
|
|
a37af93696
|
Include space relation in findScene method
|
2024-11-25 01:10:32 -06:00 |
|
|
c90b07fab4
|
Update getScene method to accept sceneUuid and use it for spaceId
|
2024-11-25 01:01:31 -06:00 |
|
|
3509ea70bd
|
Merge pull request #157 from SyncrowIOT/fix-space-column-issue-in-scene-table
Update scene service to use space object instead of spaceUuid
|
2024-11-24 23:48:59 -06:00 |
|
|
9721cb765f
|
Update scene service to use space object instead of spaceUuid
|
2024-11-24 23:43:27 -06:00 |
|
|
eb8e6a89b3
|
Merge pull request #153 from SyncrowIOT/delete-scene-device-endpoint
finished delete switch scene device
|
2024-11-24 23:29:08 -06:00 |
|
|
3437493282
|
Merge branch 'dev' into delete-scene-device-endpoint
|
2024-11-24 23:28:56 -06:00 |
|
|
86923461eb
|
Merge pull request #154 from SyncrowIOT/SP-447-be-lack-of-documentation
Sp 447 be lack of documentation
|
2024-11-24 23:26:35 -06:00 |
|
|
0e4f39931b
|
Merge pull request #156 from SyncrowIOT/fix-issue-when-get-devices
finished skip any error from tuya device
|
2024-11-24 23:26:22 -06:00 |
|
|
8b6af78ba4
|
Merge pull request #155 from SyncrowIOT/fix-secne-and-automation-issues
Fix secne and automation issues
|
2024-11-25 09:20:48 +04:00 |
|
|
99bacbe202
|
finished skip any error from tuya device
|
2024-11-24 17:47:47 -06:00 |
|
|
6b66bf2b20
|
fix automation get endpoint remove return Auto_
|
2024-11-24 16:09:21 -06:00 |
|
|
4d0c91db19
|
fix delete scene issue
|
2024-11-24 15:58:44 -06:00 |
|
|
360371e910
|
Add comprehensive endpoint descriptions for various controller routes
|
2024-11-23 22:53:20 -06:00 |
|
|
2069b92e6d
|
Add ApiOperation decorators to visitor password controller endpoints
|
2024-11-23 22:52:11 -06:00 |
|
|
25e331f59e
|
Add API operation descriptions and update route paths
|
2024-11-23 22:52:00 -06:00 |
|
|
fbbabc0644
|
Add API operation metadata to verifyCodeAndAddUserSpace endpoint
|
2024-11-23 22:51:49 -06:00 |
|
|
b904c1a338
|
Add ApiOperation decorators and update controller path
|
2024-11-23 22:51:37 -06:00 |
|
|
977cc6fb07
|
Add API operation descriptions to user device permission controller
|
2024-11-23 22:51:30 -06:00 |
|
|
e47cb82e33
|
Update TimeZoneController with ApiOperation and dynamic route
|
2024-11-23 22:51:17 -06:00 |
|
|
a5ebecb952
|
Add ApiOperation decorators and update route paths in ScheduleController
|
2024-11-23 22:51:10 -06:00 |
|
|
6bb0feec61
|
Update RoleController to use static route constants and add API operation descriptions
|
2024-11-23 22:51:00 -06:00 |
|
|
19c7233836
|
Refactor GroupController to use static route constants and add API operation descriptions
|
2024-11-23 22:50:52 -06:00 |
|
|
059d248d44
|
Add API operation descriptions to DoorLockController
|
2024-11-23 22:50:42 -06:00 |
|
|
0414e106d1
|
Add API operation descriptions to device messages controller
|
2024-11-23 22:50:31 -06:00 |
|
|
c2374e7155
|
Add @ApiOperation decorators to DeviceController endpoints
|
2024-11-23 22:50:22 -06:00 |
|
|
c1b8e63c5e
|
Add ApiOperation decorators to AutomationController endpoints
|
2024-11-23 22:50:13 -06:00 |
|
|
f1da846bb5
|
Enhance Swagger Documentation in UserAuthController
|
2024-11-23 22:50:02 -06:00 |
|
|
4e31b71a56
|
Update DeviceStatusFirebaseController with improved route and API operation documentation
|
2024-11-23 22:49:53 -06:00 |
|
|
7b3c929aa6
|
finished delete switch scene device
|
2024-11-23 20:50:34 -06:00 |
|
|
67ed5cdca1
|
Merge pull request #152 from SyncrowIOT/bugfix/fix-in-validate-community
Bugfix/fix in validate community
|
2024-11-22 11:36:00 +04:00 |
|
|
51c3f84d64
|
Merge branch 'dev' of https://github.com/SyncrowIOT/backend into bugfix/fix-in-validate-community
|
2024-11-21 16:12:20 +04:00 |
|
|
221fd47e2e
|
fixed delete bug
|
2024-11-21 16:11:53 +04:00 |
|
|
30457068db
|
Merge pull request #151 from SyncrowIOT/feat/add-product-space
Feat/add product space
|
2024-11-21 11:49:19 +04:00 |
|
|
67c5ebaa41
|
product update
|
2024-11-21 10:59:58 +04:00 |
|
|
3f5ae396e3
|
added product details
|
2024-11-21 10:44:55 +04:00 |
|
|
7d627029c4
|
fixed uuid
|
2024-11-21 09:14:29 +04:00 |
|
|
c0b8e0d779
|
merged with space-product
|
2024-11-21 08:20:33 +04:00 |
|
|
9fdee1540b
|
Merge branch 'feat/add-product-space' into feat/add-space-position
|
2024-11-20 21:46:33 +04:00 |
|
|
11564eece7
|
added space product service
|
2024-11-20 16:34:44 +04:00 |
|
|
bc1638aba4
|
changed naming
|
2024-11-20 16:16:58 +04:00 |
|
|
2ed5d9dce7
|
Added space product relation
|
2024-11-20 16:16:17 +04:00 |
|
|
c7404972a2
|
added space link service
|
2024-11-20 16:01:51 +04:00 |
|