Skip to content

ThinkingHome.DeviceModel

ThinkingHome.DeviceModel.State

OscillationState Class

Текущее состояние осцилляции (instance "oscillation").

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

Inheritance System.ObjectStateValue → OscillationState

Implements System.IEquatable<OscillationState>

Properties

OscillationState.Value Property

Включена ли осцилляция.

csharp
public bool Value { get; init; }

Property Value

System.Boolean

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