Add Sensor Hub functionality with components for managing sensors, including a service for API calls, a modal for selection, and a form for adding new sensors. Updated layout to integrate SensorHub component.

This commit is contained in:
2026-02-19 14:43:35 +03:30
parent a898eccbff
commit 48bf0921c7
10 changed files with 699 additions and 1 deletions
+1
View File
@@ -14,4 +14,5 @@ export * from './services/kanbanService'
export * from './services/todoService'
export * from './services/userManagementService'
export * from './services/rolesPermissionsService'
export * from './services/sensorHubService'