I might be missing something here, but I'd like to use Boto3 to create and queue downlink messages to LoRa devices. However, the docs only appear to support delete_queued_messages() and list_queued_messages().
delete_queued_messages()
list_queued_messages()
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iotwireless.html
Does boto3 really only support listing and deleting downlinks? Is there no way to create?
AWS-User-9404308
asked 4 years ago545 views
Hi. The send_data_to_wireless_device() function queues downlink messages for a single device.
Greg
answered 4 years ago
Oleksii Bebych
reviewed 2 years ago
Oh man, now I feel foolish. Guess I need to just look a little harder. Thanks for your help.
You are not logged in. Log in to post an answer.
A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.
AWS-User-EG
asked 4 years ago
HemantG
asked 2 years ago
PaoloG
asked a year ago
Northrock
Steve Krems
published 2 years ago
published 3 years ago
Oh man, now I feel foolish. Guess I need to just look a little harder. Thanks for your help.