Add Config for branding

This commit is contained in:
Andrew Welker
2020-09-08 16:25:12 -06:00
parent ea28b8afa4
commit 74c101628b

View File

@@ -57,6 +57,6 @@ namespace PepperDash.Essentials.Devices.Common.Codec
public bool Enable { get; set; }
[JsonProperty("brandingUrl")]
public bool LogoUrl { get; set; }
public string BrandingUrl { get; set; }
}
}