mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-05 15:55:02 +00:00
merge branch 'development' into feature-2.0.0/move-dm-to-library
This commit is contained in:
@@ -18,6 +18,9 @@ namespace PepperDash_Essentials_Core.PartitionSensor
|
||||
/// The sensitivity range shall be between 1(lowest) to 10 (highest).
|
||||
/// </remarks>
|
||||
[JsonProperty("sensitivity")]
|
||||
public ushort? Sensitivity { get; set; }
|
||||
public ushort? Sensitivity { get; set; }
|
||||
|
||||
[JsonProperty("enable")]
|
||||
public bool? Enable { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user