mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-30 04:44:49 +00:00
add jsonProperty decorator for PreferredName
This commit is contained in:
@@ -16,6 +16,7 @@ namespace PepperDash.Essentials.Core
|
||||
get { return _sinkDevice ?? (_sinkDevice = DeviceManager.GetDeviceForKey(SinkKey) as EssentialsDevice); }
|
||||
}
|
||||
|
||||
[JsonProperty("preferredName")]
|
||||
public string PreferredName
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user