Class SetPressureSourceOverrideEnabledCommandSettings
SetPressureSourceOverrideEnabled
public sealed class SetPressureSourceOverrideEnabledCommandSettings : ICommand
- Inheritance
-
SetPressureSourceOverrideEnabledCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enabled
Gets or sets the enabled
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }
Property Value
Metadata
Gets or sets the metadata
[JsonPropertyName("metadata")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PressureMetadata Metadata { get; set; }
Property Value
Source
Gets or sets the source
[JsonPropertyName("source")]
public PressureSource Source { get; set; }