mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-09 09:45:06 +00:00
fix: Updated spelling error in occupancy sensor properties config for new sensitivity properties.
This commit is contained in:
@@ -75,7 +75,7 @@ namespace PepperDash.Essentials.Core
|
||||
/// Sets the sensitivity level for PIR while sensor is in vacant state
|
||||
/// 1 = low; 2 = medium; 3 = high
|
||||
/// </summary>
|
||||
[JsonProperty("PirSensitivityVacant")]
|
||||
[JsonProperty("pirSensitivityVacant")]
|
||||
public ushort? PirSensitivityVacant { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user