ThinkingHome.DeviceModel
ThinkingHome.DeviceModel.Commands
OscillationCommand Class
Включить/выключить осцилляцию (instance "oscillation").
csharp
public sealed record OscillationCommand : ThinkingHome.DeviceModel.Commands.DeviceCommand, System.IEquatable<ThinkingHome.DeviceModel.Commands.OscillationCommand>Inheritance System.Object → DeviceCommand → OscillationCommand
Implements System.IEquatable<OscillationCommand>
Properties
OscillationCommand.Value Property
Целевое состояние осцилляции: true — включить.
csharp
public bool Value { get; init; }