Skip to content

Commit

Permalink
Merge pull request #168 from cbirchinger/master
Browse files Browse the repository at this point in the history
  • Loading branch information
klattimer authored Jul 8, 2024
2 parents 183935b + edd766f commit 616b35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LGTV/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def __get_youtube_id_from_url(self, url_string):
def on(self):
if not (self.__macAddress) and not (self.__ip):
print ("Client must have been powered on and paired before power on works")
send_magic_packet(self.__macAddress, ip_address=self.__ip)
send_magic_packet(self.__macAddress)

def off(self):
self.__send_command("request", "ssap://system/turnOff")
Expand Down

0 comments on commit 616b35d

Please sign in to comment.