Class SetSensorOverrideEnabledCommandSettings
SetSensorOverrideEnabled
public sealed class SetSensorOverrideEnabledCommandSettings : ICommand
- Inheritance
-
SetSensorOverrideEnabledCommandSettings
- 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 SensorMetadata Metadata { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public SensorType Type { get; set; }