VueronTechnology
KR
  • EN
  • KR
  1. ZoneMZMode
VueronTechnology
KR
  • EN
  • KR
  • Vueron VueFlow Operation Manual
  • Mbembo
    • User
      • UserLogin
      • RefreshToken
    • Statistics
      • Get Zone Statistics
      • Get Zone Statistics Client
    • Event
      • Stream Event
      • Stream Area Frame
    • AlarmLog
      • Get AlarmLog Count
      • Get AlarmLog List
  • Schemas
    • VueFlowSchema
      • Client
        • Client
        • OsloClient
        • ClientCalibration
        • GPSCalibration
        • ClientStat
        • BackgroundImage
        • OsloEventConfig
        • ReportLog
        • UserRole
        • User
        • OsloScheduleRecord
        • MinIOConfig
        • ModelRange
      • Lidar
        • LidarInfo
        • Calibration
        • Lidar
      • VObject
        • VObject
        • VObjectType
        • VObjectViolationType
      • Zone
        • Zone
        • CongestionMode
        • CongestionLevel
        • TargetSide
        • ZoneDirection
        • ZoneStatistics
        • ChartMetric
        • ChartZoneStat
        • gimpo airport specific role
      • ZoneMZMode
        • ZoneMZMode
        • ZoneComponent
        • MetricComponent
        • FilterComponent
        • ObjectBehaviorDetectionComponent
        • ObjectStatusDetectionComponent
        • SituationDetectionComponent
        • ZoneComponentType
        • ObjectStat
      • OsloFile
        • OsloFile
        • OsloFileHeader
        • OsloEventLogStreamInfo
        • OsloPlaylist
      • OsloEvent
        • OsloEventConfig
        • OsloEventType
      • OsloCommand
        • OsloCommandMode
        • OsloCommand
        • PlayInfo
        • RecordInfo
        • CalibrationGuide
      • Alarm
        • AlarmLog
        • AlarmType
        • Payload
        • AlarmFilter
      • Types
        • BoolStatus
        • AlarmType
        • Coord3D
        • ModelRange
        • OsloClientMode
      • Frames
        • AreaFrame
        • ClientFrame
        • ZoneFrame
        • StreamHeader
      • WebsocketEvent
        • WebsocketEvent
        • WebsocketEventType
        • WebsocketActionType
      • Remote Support
        • RemoteSupport
      • Area
      • Oslo Config
    • Websocket Stream
    • Vueron Response
    • BaseModel
  1. ZoneMZMode

ZoneMZMode

{
    "id": 0,
    "clientID": 0,
    "name": "string",
    "areaM2": 0,
    "vertices": [
        {
            "x": 0,
            "y": 0,
            "z": 0
        },
        {
            "x": 0,
            "y": 0,
            "z": 0
        },
        {
            "x": 0,
            "y": 0,
            "z": 0
        }
    ],
    "zoneComponents": [
        {
            "type": {
                "type": "Metric"
            },
            "enableDefaultMetric": true,
            "defaultMetricTarget": {
                "targetClass": [
                    "UNKNOWN"
                ]
            },
            "enableCongestion": true,
            "congestionTarget": {
                "targetClass": [
                    "UNKNOWN"
                ]
            },
            "congestionMode": "None",
            "congestionThreshold": 0,
            "congestionLevels": [
                {
                    "level": 0,
                    "threshold": 0,
                    "rgb": "string"
                }
            ],
            "enableWaitTimeestimate": true,
            "waitTimeEstimateTarget": {
                "targetClass": [
                    "UNKNOWN"
                ]
            },
            "waitTimeEstimateTargetSide": [
                {
                    "index": 0,
                    "violationDirection": "In",
                    "name": "string"
                }
            ]
        }
    ]
}
Built with