fix: use correct property name for isInUpPosition

This commit is contained in:
Andrew Welker
2025-12-29 13:36:47 -06:00
parent 7ad8218af0
commit 3878c85a7a

View File

@@ -85,7 +85,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
/// <summary>
/// Gets or sets the InUpPosition
/// </summary>
[JsonProperty("inUpPosition", NullValueHandling = NullValueHandling.Ignore)]
[JsonProperty("isInUpPosition", NullValueHandling = NullValueHandling.Ignore)]
public bool? InUpPosition { get; set; }
/// <summary>