Class SetPressureDataOverrideCommandSettings
SetPressureDataOverride
public sealed class SetPressureDataOverrideCommandSettings : ICommand
- Inheritance
-
SetPressureDataOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
OwnContributionEstimate
Gets or sets the ownContributionEstimate
[JsonPropertyName("ownContributionEstimate")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? OwnContributionEstimate { get; set; }
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; }