We are trying to update our XBEE 3 NB-IoT device using Remote Manager. Created a base64 encoded request and have the correct DeviceID, we go to Digi Remote Manager, “API Explorer” click the examples button ->SCI ->data service ->send request, modify the Request Body to our package below and click “Send” to send the request. It comes back with a time-out error every time
It looks like the following (added xxxxx’s for security):
<sci_request version="1.0">
<data_service>
<targets>
<device id="00010000-00000000-xxxxxxxx-xxxxxxxx"/>
</targets>
<requests>
<device_request target_name="FTP_OTA" format="base64">ZnRwMS5kaWdpLmNvbQAyMQBhbm9ueW1vdXMAcm9iLnNAYXRoZW5haW5kdXN0cmlhbC5jb20Ac3VwcG9ydC9Qcm9mU2Vydi9NRTMxMC94eDYAc3RyZWFtX01FMzEwRzFfTkFOVlcxXzM3LjAwLjEyNixxxxxxxwLmJpbg==
</device_request>
</requests>
</data_service>
</sci_request>
Error we get
Timeout waiting for reply from deviceWhat needs to be done to get this to work properly?
Rob