device_create
Create a single IoT device by specifying unit, network ID, and network address. Optionally set a display name, device profile, and additional information for platform management.
Instructions
Create a single device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | Other information. | |
| name | No | Display name. | |
| unitId | Yes | Associated unit ID. | |
| profile | No | Device profile for application servers. | |
| networkId | Yes | Associated network ID. | |
| networkAddr | Yes | Network address (lowercased). |