1. Module
影院
English
  • 简体中文
  • English
  • V1.3.0
    • Common APIs
      • Adjust cabinet color temperature
      • Set Screen Brightness
      • Switch Source for Layer
      • Enable Cabinet Mapping
      • Set Screen Gamma
    • Cinema
      • Electronic Mask
        • Get Electronic Shutter On/Off Status
        • Set Electronic Shutter On/Off Status
      • 3D Information
        • Get 3D Information
        • Activate 3D Information
        • Activate 3D Information - Name
      • Color Calibration
        • Get Color Calibration Information
        • Activate Color Calibration Information
      • Image
        • Get Image Information
        • Update Image Information
        • Create Image Information
        • Activate Image Information
      • Input
        • Activate Input Information
        • Get Input Information
      • Preset
        • Activate Preset Information
        • Get Preset Information
      • Test Pattern
        • Turn on/Turn off Test Pattern
        • Get Current Test Pattern
        • Get Custom Test Pattern
        • Delete Custom Test Pattern
      • Internal Clock
        • Get Sync Clock Information
      • Source Mode
        • Get Source Mode
        • Set Source Mode
      • Display Power
        • Set Display Power On/Off Status
        • Get Display Power On/Off Status
    • Factory Reset
      • Delete User Data
    • Controller Program Upgrade
      • Web Program Upload
      • Web Program Upgrade
      • Program Upgrade
    • Built-in Source
      • Set Cinema Test Pattern
    • Color Temperature Adjustment
      • Set Color Temperature for Multiple Cabinets
    • Cabinet
      • Module
        • Get Module Flash Information
          POST
        • Read Back Module Flash
          PUT
        • Burn Module Flash
          PUT
      • Get All Cabinet Basic Information
        GET
    • Monitoring
      • Monitoring Exception Handling
      • Get Monitor History
    • Device
      • Set Blackout/freeze Screen
    • Output
      • Get Display Status
    • Input
      • Get Input Information
        • Get Input Source List
    • Screen
      • Image Quality
        • Set Screen Color Temperature
      • Canvas
        • Set Canvas Mapping
      • Get Screen Information
    • Diagnostic Notification
      • Get Diagnostic Notification Information
    • Security
      • Get Security Code Information
      • Verify Security Code
      • Get Security Status Flag
      • Manual Clear
    • Preset (COEX)
      • Get Preset Information
      • Apply Preset
  • V1.2.1
    • Software
      • Get Current Software Version
    • Monitoring
      • Get Real-time Monitoring Data
      • Get Active Error, Warning, and Notification Info
      • Get PIN Code
      • Verify PIN Code
      • Clear Error Warnings
  • 数据模型
    • Pet
    • Category
    • Tag
  1. Module

Get Module Flash Information

开发中
POST
/api/v1/device/correctionop/cabinets/flashlinkstate
image.png

请求参数

Body 参数application/json必填

示例
{
    "cids": [
        "42521915708932096"
    ]
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/api/v1/device/correctionop/cabinets/flashlinkstate' \
--header 'Content-Type: application/json' \
--data '{
    "cids": [
        "42521915708932096"
    ]
}'

返回响应

🟢200Success
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "data": [
        {
            "rvcardId": "42521915708932096",
            "outputId": {
                "CardId": 1,
                "Index": 0
            },
            "rxIndex": 0,
            "flashCheckResults": [
                {
                    "id": "42521915708932096/0/0",
                    "point": {
                        "x": 0,
                        "y": 0
                    },
                    "size": {
                        "width": 64,
                        "height": 60
                    },
                    "busIndex": 0,
                    "checkCode": 0,
                    "flag": "SN000160",
                    "flashIndex": 0
                },
                {
                    "id": "42521915708932096/3/0",
                    "point": {
                        "x": 0,
                        "y": 60
                    },
                    "size": {
                        "width": 64,
                        "height": 60
                    },
                    "busIndex": 3,
                    "checkCode": 0,
                    "flag": "SN000162",
                    "flashIndex": 0
                },
                {
                    "id": "42521915708932096/5/0",
                    "point": {
                        "x": 0,
                        "y": 120
                    },
                    "size": {
                        "width": 64,
                        "height": 60
                    },
                    "busIndex": 5,
                    "checkCode": 0,
                    "flag": "SN000164",
                    "flashIndex": 0
                },
                {
                    "id": "42521915708932096/6/0",
                    "point": {
                        "x": 0,
                        "y": 180
                    },
                    "size": {
                        "width": 64,
                        "height": 60
                    },
                    "busIndex": 6,
                    "checkCode": 0,
                    "flag": "SN000166",
                    "flashIndex": 0
                },
                {
                    "id": "42521915708932096/1/0",
                    "point": {
                        "x": 64,
                        "y": 0
                    },
                    "size": {
                        "width": 64,
                        "height": 60
                    },
                    "busIndex": 1,
                    "checkCode": 0,
                    "flag": "SN000161",
                    "flashIndex": 0
                },
                {
                    "id": "42521915708932096/2/0",
                    "point": {
                        "x": 64,
                        "y": 60
                    },
                    "size": {
                        "width": 64,
                        "height": 60
                    },
                    "busIndex": 2,
                    "checkCode": 0,
                    "flag": "SN000163",
                    "flashIndex": 0
                },
                {
                    "id": "42521915708932096/4/0",
                    "point": {
                        "x": 64,
                        "y": 120
                    },
                    "size": {
                        "width": 64,
                        "height": 60
                    },
                    "busIndex": 4,
                    "checkCode": 0,
                    "flag": "SN000165",
                    "flashIndex": 0
                },
                {
                    "id": "42521915708932096/7/0",
                    "point": {
                        "x": 64,
                        "y": 180
                    },
                    "size": {
                        "width": 64,
                        "height": 60
                    },
                    "busIndex": 7,
                    "checkCode": 0,
                    "flag": "SN000167",
                    "flashIndex": 0
                }
            ]
        }
    ],
    "message": "Success"
}
修改于 2026-08-03 02:30:21
上一页
Set Color Temperature for Multiple Cabinets
下一页
Read Back Module Flash
Built with