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?

posta 2 anni fa324 visualizzazioni
1 Risposta
0
Risposta accettata

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

profile pictureAWS
ESPERTO
Greg_B
con risposta 2 anni fa
  • Oh man, now I feel foolish. Guess I need to just look a little harder. Thanks for your help.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande