send_data_to_multicast_group
(**kwargs)¶Sends the specified data to a multicast group.
See also: AWS API Documentation
Request Syntax
response = client.send_data_to_multicast_group(
Id='string',
PayloadData='string',
WirelessMetadata={
'LoRaWAN': {
'FPort': 123
}
}
)
[REQUIRED]
The ID of the multicast group.
[REQUIRED]
The binary to be sent to the end device, encoded in base64.
[REQUIRED]
Wireless metadata that is to be sent to multicast group.
The metadata information of the LoRaWAN multicast group.
The Fport value.
dict
Response Syntax
{
'MessageId': 'string'
}
Response Structure
(dict) --
MessageId (string) --
ID of a multicast group message.
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ConflictException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException