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.Object → StateValue → OscillationState
Implements System.IEquatable<OscillationState>
Properties
OscillationState.Value Property
Включена ли осцилляция.
csharp
public bool Value { get; init; }