openwrt_thread_create_network
Create and configure a new Thread network on OpenWRT routers, generating network credentials including keys and datasets for IoT connectivity.
Instructions
Create a new Thread network with specified parameters. This will initialize a new Thread network, configure it, and start it. Returns network credentials including network key and dataset.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_name | No | Network name (default: OpenWRT-Thread) | OpenWRT-Thread |
| channel | No | Thread channel between 11-26 (default: 15) | |
| panid | No | PAN ID in hex format (e.g., 0x1234). Auto-generated if not provided. |