Get room temperature
get_room_temperatureRetrieve the calibrated current room temperature in °C from a GREE AC. If no real sensor, an estimated value from target temperature is returned and flagged as estimated.
Instructions
Return the calibrated current temperature in °C. If the unit lacks a real sensor and fakeSensor is enabled, the value is derived from the target temperature and flagged with "estimated": true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | No | Device MAC (12 hex chars, the canonical identifier). Preferred selector. | |
| name | No | Device name from config, as a convenience alias for mac. |