klattimer / LGWebOSRemote

Command line webOS remote for LGTVs
MIT License
523 stars 101 forks source link

Remove ip_address from send_magic_packet #168

Closed cbirchinger closed 4 months ago

cbirchinger commented 4 months ago

Without ip_address the wakeonlan magic packet will be sent to the default 255.255.255.255 (boardcast). This is required because during standby, the devices will not have their IP up and running.

Fixes: https://github.com/klattimer/LGWebOSRemote/issues/167