Closed AidasK closed 5 years ago
mac address I am using: 9C:8C:6E:D7:7A:51
fixed by changing this line: https://github.com/kdschlosser/samsungctl/blob/master/samsungctl/wake_on_lan.py#L239
packet = '\xff' * 6 + hex_mac * 16
to
packet = b'\xff' * 6 + hex_mac * 16
feel free to make a pull request with this fix
Yes please. A PR would be most helpful
Worked a few times, but then I saw this in the log: