/api/aoip/summary-info

Use the interface to obtain working status of the device.

Request Mode

POST /api/aoip/summary-info

Response Body

{
    "status": 0,
    "temperature": "79.61°C",
    "card-address": 0,
    "unbalance": {
        "in": {
            "linked": true,
            "depth": "L24",
            "channel-num": 2
        },
        "out": {
            "linked": false,
            "depth": "L24",
            "channel-num": 2
        }
    },
    "balance": {
        "in": {
            "linked": false,
            "depth": "L24",
            "channel-num": 2
        },
        "out": {
            "linked": false,
            "depth": "L24",
            "channel-num": 2
        }
    },
    "uac": {
        "usb-connected": true,
        "in": {
            "linked": false,
            "sample-rate": 48000,
            "depth": "L24",
            "channel-num": 4
        },
        "out": {
            "linked": false,
            "sample-rate": 48000,
            "depth": "L24",
            "channel-num": 4
        }
    }
}
Name Description
status 0 indicates that the request was accepted successfully. Refer to API Status Codes.
temperature Temperature of the unit's processor.
card-address The rotary switch number.
unbalance.in.linked Whether the unbalanced input is plugged-in. true: connected; false: disconnected.
unbalance.in.depth Sampling depth of unbalanced input includes L16, L24.
unbalance.in.channel-num The number of unbalanced input channels.
unbalance.out.linked Whether the unbalanced output is connected. True: connected; false: disconnected.
unbalance.out.depth Sampling depth of unbalanced output includes L16, L24.
unbalance.out.channel-num The number of unbalanced output channels.
balance.in.linked Whether the balanced input is plugged-in. True: connected; false: disconnected.
balance.in.depth Sampling depth of balanced input includes L16, L24.
balance.in.channel-num The number of balanced input channels.
balance.out.linked Whether the balanced output is plugged-in. True: connected; false: disconnected.
balance.out.depth Sampling depth of balanced output includes L16, L24.
balance.out.channel-num The number of balanced output channels.
uac.usb-connected Whether the USB audio device is connected. True: connected; false: disconnected.
uac.in.linked Whether the UAC input is connected. True: connected; false: disconnected.
uac.in.sample-rate Sampling rate of UAC input.
uac.in.depth Sampling depth of UAC input.
uac.in.channel-num The number of UAC input channels.
uac.out.linked Whether the unbalanced output is connected. True: connected; false: disconnected.
uac.out.sample-rate Sampling rate of UAC output.
uac.out.depth Sampling depth of UAC output.
uac.out.channel-num The number of UAC output channels.

results matching ""

    No results matching ""