mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
refactor: change Content type to JToken for MC
This commit is contained in:
@@ -50,7 +50,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||||||
object ClientId { get; }
|
object ClientId { get; }
|
||||||
|
|
||||||
[JsonProperty("content")]
|
[JsonProperty("content")]
|
||||||
object Content { get; }
|
JToken Content { get; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user