mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
refactor: change Content type to JToken for MC
This commit is contained in:
parent
8883fc329e
commit
d6b32f48c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue