Linked backend data to detectors' meshes.

This commit is contained in:
iv_vuytsik
2025-10-20 11:02:34 +03:00
parent aeda917001
commit 66e2bab683
15 changed files with 546 additions and 156 deletions

View File

@@ -16,6 +16,7 @@ interface FloorNavigationProps {
interface DetectorType {
detector_id: number
name: string
serial_number: string
object: string
status: string
checked: boolean