Hi All.
Playing with the custom IP commands on a new X1S remote to integrate with Nodered and Homeassistant and I cant get the HTTP GET/POST commands to work properly due to the system reformatting any JSON I enter causing errors in receving the commands.
if for example i set the HTTP GET body to = {"test":"value"} it sends it as "{/"test":/"value"}" with extra ""
If I go back in to edit the command it shows with the extra symbols and I have to change it again before it will save the command due to invalid JSON, this is definately a BUG, the input into the JSON body field should not change itself upon saving.
how do I get it to stop doing that and send what I tell it to send?
the HTTP Headers seem to be sent correctly, as I have successfully sent an Authorization header.