We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616b35d commit 0767637Copy full SHA for 0767637
LGTV/remote.py
@@ -182,7 +182,7 @@ def __get_youtube_id_from_url(self, url_string):
182
def on(self):
183
if not (self.__macAddress) and not (self.__ip):
184
print ("Client must have been powered on and paired before power on works")
185
- send_magic_packet(self.__macAddress)
+ send_magic_packet(self.__macAddress, ip_address=self.__ip)
186
187
def off(self):
188
self.__send_command("request", "ssap://system/turnOff")
0 commit comments