mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-04 07:14:58 +00:00
fix: fixes access modifiers on interface
This commit is contained in:
@@ -31,13 +31,13 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||
public interface IMobileControlResponseMessage
|
||||
{
|
||||
[JsonProperty("type")]
|
||||
public string Type { get; }
|
||||
string Type { get; }
|
||||
|
||||
[JsonProperty("clientId")]
|
||||
public object ClientId { get; }
|
||||
object ClientId { get; }
|
||||
|
||||
[JsonProperty("content")]
|
||||
public object Content { get; }
|
||||
object Content { get; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user