health_by_type
Fetch health sensor readings for a device filtered by type (e.g., temperature, voltage, fanspeed), with pagination support via limit and offset.
Instructions
Get health data by sensor type for a device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Sensor type (e.g. temperature, voltage, fanspeed) | |
| limit | No | Maximum number of results to return | |
| offset | No | Number of results to skip (offset) for pagination | |
| hostname | Yes | Device hostname or ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||