LightLevelValue

@Serializable
data class LightLevelValue(val lightLevelReport: LightLevelReport? = null)

Light level sensor data.

Constructors

Link copied to clipboard
constructor(lightLevelReport: LightLevelReport? = null)

Properties

Link copied to clipboard
@SerialName(value = "light_level_report")
val lightLevelReport: LightLevelReport?

Detailed light level report with timestamp.