mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat(essentials): minor syntax updates
This commit is contained in:
parent
8af7b4b1db
commit
a54cd9e1df
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Interfaces
|
||||||
[JsonProperty("name")]
|
[JsonProperty("name")]
|
||||||
public string Name { get; private set; }
|
public string Name { get; private set; }
|
||||||
[JsonProperty("host")]
|
[JsonProperty("host")]
|
||||||
public string Host { get; set; }
|
public string Host { get; private set; }
|
||||||
[JsonProperty("password")]
|
[JsonProperty("password")]
|
||||||
public string Password { get; private set; }
|
public string Password { get; private set; }
|
||||||
[JsonProperty("shareStatus")]
|
[JsonProperty("shareStatus")]
|
||||||
|
|
|
||||||
|
|
@ -1835,7 +1835,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
||||||
Debug.Console(2, this, "Host is currently null");
|
Debug.Console(2, this, "Host is currently null");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Debug.Console(2, this, "Host is: {0} myself?: {1}", host.Name, host.IsMyself);
|
Debug.Console(2, this, "Host is: '{0}' IsMyself?: {1}", host.Name, host.IsMyself);
|
||||||
return host.IsMyself;
|
return host.IsMyself;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue