mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 02:05:08 +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; }
|
||||
|
||||
[JsonProperty("content")]
|
||||
object Content { get; }
|
||||
JToken Content { get; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user