Creating IoT Wireless downlinks with Boto3

0

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().

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?

已提問 2 年前檢視次數 325 次
1 個回答
0
已接受的答案

Hi. The send_data_to_wireless_device() function queues downlink messages for a single device.

profile pictureAWS
專家
Greg_B
已回答 2 年前
  • Oh man, now I feel foolish. Guess I need to just look a little harder. Thanks for your help.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南