device_range_create
Create multiple IoT devices at once by specifying a hexadecimal address range. Supports up to 1024 devices per batch, requiring equal-length start and end addresses.
Instructions
Bulk create devices by hex address range (max 1024). startAddr and endAddr must be same-length hex strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unitId | Yes | Associated unit ID. | |
| endAddr | Yes | End hex address (e.g. "800013ff"), same length as startAddr. | |
| profile | No | Device profile. | |
| networkId | Yes | Associated network ID. | |
| startAddr | Yes | Start hex address (e.g. "80001000"). |