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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠