IoTWireless.Client.start_multicast_group_session(**kwargs)¶Starts a multicast group session.
See also: AWS API Documentation
Request Syntax
response = client.start_multicast_group_session(
Id='string',
LoRaWAN={
'DlDr': 123,
'DlFreq': 123,
'SessionStartTime': datetime(2015, 1, 1),
'SessionTimeout': 123
}
)
[REQUIRED]
The ID of the multicast group.
[REQUIRED]
The LoRaWAN information used with the multicast session.
Downlink data rate.
Downlink frequency.
Timestamp of when the multicast group session is to start.
How long before a multicast group session is to timeout.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTWireless.Client.exceptions.ValidationExceptionIoTWireless.Client.exceptions.ResourceNotFoundExceptionIoTWireless.Client.exceptions.AccessDeniedExceptionIoTWireless.Client.exceptions.ConflictExceptionIoTWireless.Client.exceptions.InternalServerExceptionIoTWireless.Client.exceptions.ThrottlingException