Skip to content

ThinkingHome.DeviceModel

ThinkingHome.DeviceModel.State

IlluminanceState Class

Текущая освещённость, лк (instance "illuminance").

csharp
public sealed record IlluminanceState : ThinkingHome.DeviceModel.State.StateValue, System.IEquatable<ThinkingHome.DeviceModel.State.IlluminanceState>

Inheritance System.ObjectStateValue → IlluminanceState

Implements System.IEquatable<IlluminanceState>

Properties

IlluminanceState.Value Property

Освещённость, лк.

csharp
public double Value { get; init; }

Property Value

System.Double

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