|
760ca019cc
|
Fixed typo
|
2024-12-09 16:21:41 +04:00 |
|
|
ab8466bf32
|
added project community relation
|
2024-12-09 15:41:45 +04:00 |
|
|
a74e6dfac6
|
Merge pull request #168 from SyncrowIOT/feat/project-entity
Feat/project-entity
|
2024-12-09 04:50:39 -06:00 |
|
|
1e5b61e3e0
|
added project endpoints
|
2024-12-09 13:26:17 +04:00 |
|
|
5b0494b415
|
fixed uuid
|
2024-12-09 12:59:46 +04:00 |
|
|
bc2987295f
|
fixed typo in controller route
|
2024-12-09 12:49:45 +04:00 |
|
|
459e971498
|
added dto
|
2024-12-09 12:44:57 +04:00 |
|
|
bab57ff5eb
|
add route and api summary and details for project
|
2024-12-09 12:27:40 +04:00 |
|
|
768ea7cad8
|
add update project
|
2024-12-09 12:26:53 +04:00 |
|
|
7f739b88d8
|
Project service to CRUD project entity
|
2024-12-09 11:48:53 +04:00 |
|
|
54228c24eb
|
added description
|
2024-12-09 11:24:28 +04:00 |
|
|
acbd5d53f1
|
name should be unique
|
2024-12-09 11:20:40 +04:00 |
|
|
df80928b68
|
created project entity
|
2024-12-09 10:51:58 +04:00 |
|
|
a43d6df10b
|
Merge pull request #167 from SyncrowIOT/fix-update-automation-issue
Add updateAutomation method and update external service handling
|
2024-12-03 03:11:26 -06:00 |
|
|
5a698f8087
|
Add updateAutomation method and update external service handling
|
2024-12-03 03:10:32 -06:00 |
|
|
6dd631ebb1
|
Merge pull request #166 from SyncrowIOT/SP-856-be-issues-with-adding-automation-task-and-tab-to-run-in-automation-scene
Add `RULE_TRIGGER` to `ActionExecutorEnum` and introduce `ActionTypeE…
|
2024-12-02 05:27:09 -06:00 |
|
|
b507bcbdf1
|
Add RULE_TRIGGER to ActionExecutorEnum and introduce ActionTypeEnum
|
2024-12-02 05:25:11 -06:00 |
|
|
7dca9ea5ff
|
Merge pull request #165 from SyncrowIOT/fix-add-scene-issue
Update AutomationService to use SceneRepository for scene details
|
2024-12-02 01:15:11 -06:00 |
|
|
5feabb8049
|
Update AutomationService to use SceneRepository for scene details
|
2024-12-02 01:14:32 -06:00 |
|
|
b101b4cac6
|
Merge pull request #164 from SyncrowIOT/return-defualt-scene-icon
Remove type filter from getAllIcons method
|
2024-12-01 03:25:28 -06:00 |
|
|
88615348c9
|
Remove type filter from getAllIcons method
|
2024-12-01 03:24:22 -06:00 |
|
|
14d6f7283f
|
Merge pull request #163 from SyncrowIOT/fix-update-scene-issue
Fix update scene issue
|
2024-11-30 20:38:27 -06:00 |
|
|
b143e50fba
|
handle empty return when get scene switch
|
2024-11-30 20:26:34 -06:00 |
|
|
e0ec9f20ff
|
Add method to update TapToRun scene in Tuya and integrate it in SceneService
|
2024-11-30 20:25:59 -06:00 |
|
|
b8114dba35
|
Merge pull request #162 from SyncrowIOT/add-product-to-automation-and-scene
Add product to automation and scene
|
2024-11-29 01:47:27 -06:00 |
|
|
17b300183c
|
Add productUuid and productType to action when device is present
|
2024-11-29 01:40:59 -06:00 |
|
|
b3f4507a70
|
Add productUuid and productType to action and condition
|
2024-11-29 01:40:52 -06:00 |
|
|
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 |
|