feat(essentials): minor syntax updates

This commit is contained in:
Neil Dorin
2021-08-31 10:13:56 -06:00
parent 8af7b4b1db
commit a54cd9e1df
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Interfaces
[JsonProperty("name")]
public string Name { get; private set; }
[JsonProperty("host")]
public string Host { get; set; }
public string Host { get; private set; }
[JsonProperty("password")]
public string Password { get; private set; }
[JsonProperty("shareStatus")]