LightLevelUpdateParameters

@Serializable
data class LightLevelUpdateParameters(val enabled: Boolean? = null)

Parameters that can be specified when updating a light level sensor.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null)

Properties

Link copied to clipboard

Whether the sensor is activated.