ThinkingHome.DeviceModel
ThinkingHome.DeviceModel.Commands
FanSpeedCommand Class
Установить скорость вентиляции (instance "fan_speed").
csharp
public sealed record FanSpeedCommand : ThinkingHome.DeviceModel.Commands.DeviceCommand, System.IEquatable<ThinkingHome.DeviceModel.Commands.FanSpeedCommand>Inheritance System.Object → DeviceCommand → FanSpeedCommand
Implements System.IEquatable<FanSpeedCommand>
Properties
FanSpeedCommand.Value Property
Целевая скорость вентиляции.
csharp
public ThinkingHome.DeviceModel.FanSpeed Value { get; init; }