Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

start_multicast_group_session

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
    }
)
Parameters
  • Id (string) --

    [REQUIRED]

    The ID of the multicast group.

  • LoRaWAN (dict) --

    [REQUIRED]

    The LoRaWAN information used with the multicast session.

    • DlDr (integer) --

      Downlink data rate.

    • DlFreq (integer) --

      Downlink frequency.

    • SessionStartTime (datetime) --

      Timestamp of when the multicast group session is to start.

    • SessionTimeout (integer) --

      How long before a multicast group session is to timeout.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

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