Set Invalid Brightness Filter
# Set Invalid Brightness Filter
Path:
/api/filter_zero_brightness
Method: PUT
API Description: This can be used to set 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;
Request
Name | Type | Example | Description |
---|---|---|---|
isFilterZeroBright | int | 1 | The status of the invalid brightness filter function. 1: On; 0: Off. |
Example
{"isFilterZeroBright": 0}