Current glucose
get_current_glucoseRead the recent glucose measurement from a FreeStyle sensor with its measured timestamp. Use it to display current glucose levels; informational only, not intended for treatment decisions.
Instructions
Read the most recent glucose measurement from the FreeStyle sensor, with the instant it was actually measured. The value is the latest one upstream holds, not a live reading — always report measured_at rather than calling it 'now'. Informational only: this is not a medical device and must not be used for any treatment decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | Unit for the returned values. Storage is always mg/dL; this only affects display. | mg/dL |