fix: Updated spelling error in occupancy sensor properties config for new sensitivity properties.

This commit is contained in:
Jason DeVito
2021-11-01 10:05:30 -05:00
parent 7dabe161a7
commit b343101886

View File

@@ -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; }
}
}