Class SetPressureStateOverrideCommandSettings
SetPressureStateOverride
public sealed class SetPressureStateOverrideCommandSettings : ICommand
- Inheritance
-
SetPressureStateOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Source
Gets or sets the source
[JsonPropertyName("source")]
public PressureSource Source { get; set; }
Property Value
State
Gets or sets the state
[JsonPropertyName("state")]
public PressureState State { get; set; }