22.03.2021, 12:17
You need to encode the payload using JSON:
Code:
payload = json.encode({ message = "hello" })
lg_execute_command(LGTV65_IP, LGTV65_KEY, "", "request", "ssap://system.notifications/createToast", payload)