Hello, I am new to Flespi. I can now successfully send GPRS command to my Ruptela device by following this link, https://flespi.com/kb/how-to-send-command-to-device-over-channel-connection. But I cannot achieve Step 4. Check if the command is delivered. I am trying at API call, https://flespi.io/docs/#/gw/!/channels/get_channels_1_ch_selector_commands_result and I got the response only { "result": [], "next_key": 0 }
My curl command is like this curl -X GET --header 'Accept: application/json' --header 'Authorization: MYTOKEN' 'https://flespi.io/gw/channels/13052/commands-result?data=%7B%22limit_count%22%3A1000000%7D'
What I have done is I specify the channel ID and my token also authroized.
Please kindly help to acheive this API call, https://flespi.io/docs/#/gw/!/channels/get_channels_1_ch_selector_commands_result .
I have attached the required screenshots too.
theinhtite check your channel commands_ttl parameter. As described in the documentation - commands will be automatically removed after specified amount of seconds. if 0 finished commands queue will be cleared.
It helped me , I was okay since 2 days ago according to your suggestion. Thanks.