Skip to content

Commit

Permalink
Revert setSoundOutput duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
klattimer authored Dec 4, 2023
1 parent 80c5831 commit 46cc5d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions LGTV/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ def notificationWithIcon(self, message, url, callback=None):
def mute(self, muted, callback=None):
self.__send_command("request", "ssap://audio/setMute", {"mute": muted}, callback)

def setSoundOutput(self, output, callback=None):
self.__send_command("request", "ssap://audio/setSoundOutput", {"output": output}, callback)

def audioStatus(self, callback=None):
self.__send_command("request", "ssap://audio/getStatus", None, callback, "status")

Expand Down

0 comments on commit 46cc5d7

Please sign in to comment.