tb_device_telemetry
Retrieve the latest telemetry data from a ThingsBoard device by specifying its device ID and UUID. Optionally filter to specific telemetry keys, or get all available data.
Instructions
Get latest telemetry data for a ThingsBoard device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | No | Telemetry keys to retrieve (optional, returns all if omitted) | |
| device_id | Yes | ThingsBoard server device ID | |
| tb_device_id | Yes | ThingsBoard device UUID |