sigfox downlink
I am using Sigfox extension and it works fine for uplink.
I have read in documentation that downlink is not supported I don't really understand why :
I am using it simply outside Thingworx just by answering using a JSON message with the device ID and payload to send to sigfox when receiving a GET callback
(cgi-bin / python script)
exemple :{"FFFFF":{"downlinkData":"4142434441424344"}}
I am trying to use the "setDownlinkMessage" without success
I don't know what to put in "message" and "thingName" input, I tried many things but always (invalid payload in Sigfox logs)
Thanks for help
Pascal

