Skip to content

ThinkingHome.DeviceModel

ThinkingHome.DeviceModel.Capabilities

ColorTemperatureRange Class

Диапазон цветовой температуры в кельвинах (границы задаются только вместе).

csharp
public sealed record ColorTemperatureRange : System.IEquatable<ThinkingHome.DeviceModel.Capabilities.ColorTemperatureRange>

Inheritance System.Object → ColorTemperatureRange

Implements System.IEquatable<ColorTemperatureRange>

Properties

ColorTemperatureRange.MaxKelvin Property

Верхняя граница, K.

csharp
public int MaxKelvin { get; init; }

Property Value

System.Int32

ColorTemperatureRange.MinKelvin Property

Нижняя граница, K.

csharp
public int MinKelvin { get; init; }

Property Value

System.Int32

Опубликовано под лицензией MIT