diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs index a3d59538..f967f877 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs @@ -50,7 +50,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces object ClientId { get; } [JsonProperty("content")] - object Content { get; } + JToken Content { get; } }