create_multicast_group
Create a multicast group on a LoRaWAN gateway by specifying group type (CLASS_C or CLASS_B), frequency, and other parameters for downlink communication.
Instructions
Create a multicast group.
group_type is CLASS_C or CLASS_B. frequency is in Hz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dr | Yes | ||
| name | Yes | ||
| f_cnt | No | ||
| mc_addr | Yes | ||
| frequency | Yes | ||
| group_type | No | CLASS_C | |
| mc_app_s_key | Yes | ||
| mc_nwk_s_key | Yes | ||
| organization_id | No | ||
| ping_slot_period | No |