device_route_range_create
Bulk-create device routes across a hex address range (max 1024), skipping any that already exist. Provide same-length start and end addresses to route devices to an application.
Instructions
Bulk create device routes by hex address range (max 1024). Existing routes are skipped. startAddr and endAddr must be same-length hex strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endAddr | Yes | End hex address (e.g. "800013ff"), same length as startAddr. | |
| networkId | Yes | The network ID of the devices. | |
| startAddr | Yes | Start hex address (e.g. "80001000"). | |
| applicationId | Yes | The application ID to route devices to. |