Retrieve the Status of Invalid Brightness Filter

555

# Retrieve the Status of Invalid Brightness Filter

Path:

/api/filter_zero_brightness.json

Method: GET

API Description: This can be used to retrieve the status invalid brightness filter. 1: Enable, 0: Disable. The player will save the last brightness value acquired from the brightness sensor. When invalid brightness filter is enabled and the current brightness value is 0, use the last brightness value. This function is designed to ensure normal brightness.

Note: Supported by 1.71.6 or later version only;

Response

Name Type Example Description
isFilterZeroBright int 1 The status of the invalid brightness filter function. 1: On; 0: Off.

Example

{"isFilterZeroBright": 0}