Class SimulatePressureNotificationCommandSettings
SimulatePressureNotification
public sealed class SimulatePressureNotificationCommandSettings : ICommand- Inheritance
- 
      
      SimulatePressureNotificationCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Level
Gets or sets the level
[JsonPropertyName("level")]
public PressureLevel Level { get; set; }