AOA Positioning Engine
    • Auth
      • Sign In
        POST
      • Reset Password
        PUT
      • Refresh
        GET
    • Service
      • Master
        • Service Status
        • Install Service
        • Uninstall Service
        • Restart Service
      • Worker
        • Service Status
        • Install Service
        • Uninstall Service
        • Restart Service
    • Configuration
      • Get Master Configuration
        GET
      • Set Master Configuration
        PUT
      • Get Worker Configuration
        GET
      • Set Worker Configuration
        PUT
      • Get Locators Configuration
        GET
      • Get Filters Configuration
        GET
      • Set Filters Configuration
        PUT
    • BP
      • Set BP
        PUT
      • Get BP
        GET
      • Delete BP
        DELETE
    • RTLS
      • Positions
        GET
      • Userdata
        GET
      • Locators
        GET
      • Update Positions
        POST
      • Report
        GET
      • Dashboard
        GET
    • 数据模型
      • ServiceStatus
      • ConfigurationMaster
      • ConfigurationWorker
      • ConfigurationFilters
      • BP

    ConfigurationFilters

    {
        "ema": {
            "alpha": 0,
            "max_distance": 0
        },
        "tag": {
            "gsensor": {
                "collective_threshold": 0,
                "individual_threshold": 0,
                "start_static_duration": 0,
                "start_moving_duration": 0,
                "max_history": 0
            }
        }
    }
    Built with