get_ble_readings
Retrieve historical temperature and humidity data from BLE sensors. Analyze trends by specifying device ID, time range, and result limit.
Instructions
查询蓝牙传感器的历史温湿度读数,用于趋势分析。
Args:
did: BLE 设备ID
hours: 查询最近多少小时的数据,默认 24
limit: 最大返回条数,默认 100Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | Yes | ||
| hours | No | ||
| limit | No |