Skip to content

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.ObjectDeviceCommand → OscillationCommand

Implements System.IEquatable<OscillationCommand>

Properties

OscillationCommand.Value Property

Целевое состояние осцилляции: true — включить.

csharp
public bool Value { get; init; }

Property Value

System.Boolean

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