Skip to main content

Body Temperature (lamp.body_temperature)

Records body temperature from a connected thermometer or wearable.

Configuration​

  • SensorSpec: lamp.body_temperature
  • Sampling: Continuous (events synced from health platform)
  • Platform: iOS (HealthKit), Android (Health Connect)
  • Typical source: Connected thermometer
  • Requirements: Thermometer or wearable that syncs to HealthKit or Health Connect; health platform permissions granted

Usage​

Body temperature readings are recorded by the connected device and synced via the health platform.

Data​

Fields​

FieldTypeDescription
valuenumberBody temperature
unitstring"celsius"
sourcestring or nullData source identifier

Example​

{
"timestamp": 1649859212042,
"sensor": "lamp.body_temperature",
"data": {
"value": 36.8,
"unit": "celsius",
"source": "com.example.thermometer"
}
}

Cortex Features​

No Cortex features currently process body temperature data. Access raw values via cortex.raw.body_temperature.

View in Portal | Python SDK | API Reference