AEB-71: Added 3D navigation in monitoring zones

This commit is contained in:
iv_vuytsik
2025-11-11 10:07:38 +03:00
parent 549a05509b
commit 88653cb07c
27 changed files with 503 additions and 184 deletions

View File

@@ -8,6 +8,7 @@ interface DetectorInfoType {
object: string
status: string
type: string
detector_type: string
location: string
floor: number
checked: boolean

View File

@@ -24,6 +24,7 @@ interface DetectorType {
object: string
status: string
type: string
detector_type: string
location: string
floor: number
checked: boolean