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年前324ビュー
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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ