mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 05:05:00 +00:00
chore: format property name correctly for JSON
This commit is contained in:
@@ -16,6 +16,7 @@ namespace PepperDash.Essentials.Core
|
|||||||
/// <remarks>Some systems don't have partitions sensors, and show shouldn't allow auto mode to be turned on. When this is true in the configuration,
|
/// <remarks>Some systems don't have partitions sensors, and show shouldn't allow auto mode to be turned on. When this is true in the configuration,
|
||||||
/// auto mode won't be allowed to be turned on.</remarks>
|
/// auto mode won't be allowed to be turned on.</remarks>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[JsonProperty("disableAutoMode")]
|
||||||
public bool DisableAutoMode { get; set; }
|
public bool DisableAutoMode { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user