Skip to content

Commit

Permalink
feat: add new features
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveicedgreentea committed Oct 1, 2024
1 parent 09ba552 commit efd11cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jvcprojector/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
AUTO1: Final = "auto1"
AUTO2: Final = "auto2"
AUTO3: Final = "auto3"
LASER_DIMMING_AUTO1: Final = "auto1"
LASER_DIMMING_AUTO2: Final = "auto2"
LASER_DIMMING_AUTO3: Final = "auto3"

# Aspect Ratio
ASPECT_RATIO_ZOOM: Final = "zoom"
Expand Down Expand Up @@ -398,3 +401,4 @@
VAL_HDR_CONTENT_TYPE = [AUTO, "sdr", None, "hdr10", "hlg"]
VAL_THEATER_OPTIMIZER_LEVEL = ["reserved", LOW, MEDIUM, HIGH]
VAL_THEATER_OPTIMIZER_PROCESSING = ["-", "start"]
KEY_LASER_DIMMING: Final = "laser_dimming"

0 comments on commit efd11cc

Please sign in to comment.