network_send_uldata
Simulate uplink data from a device on a network by providing network ID, device ID, and hexadecimal payload. Use it to test IoT data ingestion and processing workflows without physical hardware.
Instructions
Simulate uplink data from a device via a network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | Data payload in hexadecimal string format. | |
| deviceId | Yes | Source device ID. | |
| networkId | Yes | The network ID. |