

get_model_name () # Gets TV model name aquos. get_device_name () # Gets TV device name aquos. smart_central () # Opens Smart Central aquos. set_input ( x ) # Sets TV input to input x aquos. set_mute ( boolean ) # Sets mute to boolean aquos.

set_volume ( xx ) # Sets TV volume 0-100 aquos. volume_repeat ( x ) # Turns volume up x times up or down aquos. volume_down () # Turns volume down aquos. rewind () # Skip forward button (⏭) aquos. fast_forward () # Fast forward button (⏩) aquos. toggle_power_source () # Toggle power source aqous. set_standbymode () # Enables standby mode aquos. off () # Puts TV into standby mode aqous. Usage # Import Client from aquosRemote.aquos import AquosTV # Connect aquos = AquosTV ( 'IP_ADDRESS' ) aquos. Python module for sending Remote Control Codes to your Sharp AQUOS Smart TV Install pip install aquosRemote
