Light
@Serializable
State and capabilities of a light resource.
Constructors
Link copied to clipboard
constructor(id: ResourceId, owner: ResourceReference, powerInfo: PowerInfo, mode: LightMode, dimmingInfo: DimmingInfo? = null, colorTemperatureInfo: ColorTemperatureInfo? = null, colorInfo: ColorInfo? = null, v1Id: String? = null, dynamics: LightDynamics? = null, alertInfo: AlertInfo? = null, gradient: Gradient? = null, effects: LightingEffectInfo? = null, timedEffects: TimedLightingEffectInfo? = null, signaling: LightSignaling? = null, powerup: LightPowerup? = null)
Properties
Link copied to clipboard
Information about the color temperature and capabilities of the light.
Link copied to clipboard
Information about the light's dimming, if supported.
Link copied to clipboard
Light dynamics information if supported
Link copied to clipboard
Basic feature containing effect properties.
Link copied to clipboard
Unique identifier representing a specific resource instance
Link copied to clipboard
Owner of the service
Link copied to clipboard
Feature containing properties to configure powerup behaviour of a lightsource.
Link copied to clipboard
Signaling properties of the light.
Link copied to clipboard
Basic feature containing timed effect properties.