bosesoundtouchapi.soundtouchproductcechdmicontrolmodes

@export
class SoundTouchProductCecHdmiControlModes(enum.Enum):

SoundTouch Product HDMI CEC Control Modes.

These constants can be used when updating the ProductCecHdmiControl CecMode value.

ALTERNATE = <SoundTouchProductCecHdmiControlModes.ALTERNATE: 'CEC_MODE_ALTERNATE'>

HDMI CEC mode is alternate.

FINE = <SoundTouchProductCecHdmiControlModes.FINE: 'CEC_MODE_FINE'>

HDMI CEC mode is fine.

HDMI CEC mode is off.

HDMI CEC mode is on.

@staticmethod
def ToString(value) -> str:

Returns the enum.value (instead of classname.value) as a string.