mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +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
|
/// Sets the sensitivity level for PIR while sensor is in vacant state
|
||||||
/// 1 = low; 2 = medium; 3 = high
|
/// 1 = low; 2 = medium; 3 = high
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonProperty("PirSensitivityVacant")]
|
[JsonProperty("pirSensitivityVacant")]
|
||||||
public ushort? PirSensitivityVacant { get; set; }
|
public ushort? PirSensitivityVacant { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user