getLEDIndicatorStatus (v1.0)

Estimated reading time: 1 minute

This API provides function to get the LED Indicator mode.

Syntax

http://<Base URL>/system

Authentication Level

generic

Request

params' Elements
Not necessary.
JSON Example
{
    "method": "getLEDIndicatorStatus",
    "id": 45,
    "params": [],
    "version": "1.0"
}

Response

result's Elements
An object composed of the following pair(s).
name type multiplicity default description
mode string 1 Functional meaning of the target LED.
  • "Demo"
  • "AutoBrightnessAdjust"
  • "Dark"
  • "SimpleResponse"
  • "Off"
status string ? null LED Indicator status.
  • "true" - On
  • "false" - Off
  • null - Unknown
JSON Example
{
    "result": [{
        "mode": "Demo",
        "status": "true"
    }],
    "id": 45
}
Error Code
Following error codes are important for this API. Refer to error code for other errors.
code Explanation
7 Cannot change the status of the LED for device-specific reasons.
Last modified: 6 Feb 2019